You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
914 B
XML

<?xml version="1.0" encoding="ISO-8859-15"?>
<!DOCTYPE f SYSTEM "function.dtd">
<?xml-stylesheet type="text/xsl" href="function.xsl"?>
<f>
<Funktionsname>llgfx_DrawPoint</Funktionsname>
<Beschreibung>Setzt 24Bit RGB Farbwert auf Position(x,y)</Beschreibung>
<Returnwert>
<Typ>void</Typ>
<Beschreibung></Beschreibung>
</Returnwert>
<Parameter>
<Arg>
<Typ>llgfx_id</Typ>
<Variablename>id</Variablename>
<Beschreibung>Grafikbuffer</Beschreibung>
</Arg>
<Arg>
<Typ>int</Typ>
<Variablename>xpos</Variablename>
<Beschreibung>X Position</Beschreibung>
</Arg>
<Arg>
<Typ>int</Typ>
<Variablename>ypos</Variablename>
<Beschreibung>Y Position</Beschreibung>
</Arg>
<Arg>
<Typ>TxU32</Typ>
<Variablename>color</Variablename>
<Beschreibung>24Bit RGB Farbwert</Beschreibung>
</Arg>
</Parameter>
<Location>
<Headerfile>llgfx_points.h</Headerfile>
</Location>
</f>