![]() |
Max OS 0.3
|
A structure representing a color in RGB format. More...
#include <multiboot.h>
Public Attributes | |
| multiboot_uint8_t | red |
| The amount of red. | |
| multiboot_uint8_t | green |
| The amount of green. | |
| multiboot_uint8_t | blue |
| The amount of blue. | |
A structure representing a color in RGB format.
Definition at line 206 of file multiboot.h.
| multiboot_uint8_t multiboot_color::blue |
The amount of blue.
Definition at line 209 of file multiboot.h.
| multiboot_uint8_t multiboot_color::green |
The amount of green.
Definition at line 208 of file multiboot.h.
| multiboot_uint8_t multiboot_color::red |
The amount of red.
Definition at line 207 of file multiboot.h.