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.
32 lines
902 B
XML
32 lines
902 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_GetPoint</Funktionsname>
|
|
<Beschreibung>Liefert 24BIt RGB Wert an der Position(x,y) des Grafikbuffers. Befindet sich die x/y Position ausserhalb der Grafik, dann ist der Returnwert immer 0.</Beschreibung>
|
|
<Returnwert>
|
|
<Typ>TxU32</Typ>
|
|
<Beschreibung>RGB Wert</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>
|
|
</Parameter>
|
|
<Location>
|
|
<Headerfile>llgfx_point.h</Headerfile>
|
|
</Location>
|
|
</f>
|