Go to the source code of this file.
Data Structures | |
| struct | CPixel |
| A class to represent a pixel in RGB terms. More... | |
Enumerations | |
| enum | COLOR { BLACK = 0x000000, NAVY = 0x000080, BLUE = 0x0000FF, GREEN = 0x008000, TEAL = 0x008080, LIME = 0x00FF00, CYAN = 0x00FFFF, MAROON = 0x800000, OLIVE = 0x808000, GRAY = 0x808080, SILVER = 0xC0C0C0, RED = 0xFF0000, MAGENTA = 0xFF00FF, YELLOW = 0xFFFF00, WHITE = 0xFFFFFF } |
| Easy access to colors in the simulator. More... | |
|
|
Easy access to colors in the simulator.
|
1.3