struct VG_PixelColor
Structure for the color of a pixel.
ELEMENTS
unsigned char r | Red value: from 0 to 255 |
unsigned char g | Green value: from 0 to 255 |
unsigned char b | Blue value: from 0 to 255 |
unsigned char a | Alpha value: from 0 to 255 |
SEE ALSO