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
VgaGames4 - image man-pages
Structure for the color of a pixel.
| 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 |