|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
Structure to store color components (red, green and blue). More...
#include <ugbc.h>
Data Fields | |
| unsigned char | red |
| unsigned char | green |
| unsigned char | blue |
| unsigned char | alpha |
| unsigned char | index |
| char | description [64] |
| unsigned char | hardwareIndex |
| unsigned char | used |
| int | count |
Structure to store color components (red, green and blue).
This structure stores the color components (red, blue and green) of a pixel, 8 bits wide. This structure is used both to represent the retrocomputer palette and to process input data from image files.