2.2.26 TriVertex Object

The TriVertex object specifies color and position information for the definition of a rectangle or triangle vertex.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

x

y

Red

Green

Blue

Alpha

x (4 bytes): A signed integer that specifies the horizontal position, in logical units.

y (4 bytes): A signed integer that specifies the vertical position, in logical units.

Red (2 bytes): An unsigned integer that specifies the red color value for the point.

Green (2 bytes): An unsigned integer that specifies the green color value for the point.

Blue (2 bytes): An unsigned integer that specifies the blue color value for the point.

Alpha (2 bytes): An unsigned integer that specifies the alpha transparency value for the point.