2.2.26 TriVertex Object
The TriVertex object specifies color and position information for the definition of a rectangle or triangle vertex.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.