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.
27 lines
908 B
XML
27 lines
908 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 des Pixel an der Position(x,y). Ist die Position ausserhalb der Grafik, dann ist der Returnwert immer 0. llgfx_GetPoint muss zuvor mit llgfx_BeginGetPoints() eingeleitet werden. Anderfalls wird ein ASSERT ausgelöst und das Programm beendet.</Beschreibung>
|
|
<Returnwert>
|
|
<Typ>TxU32</Typ>
|
|
<Beschreibung>32bit RGB Farb Wert</Beschreibung>
|
|
</Returnwert>
|
|
<Parameter>
|
|
<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_points.h</Headerfile>
|
|
</Location>
|
|
</f>
|