|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
8-bit RGB colour without an alpha channel. More...
#include <color.h>
Public Attributes | |
| uint8_t | r |
| Red channel. | |
| uint8_t | g |
| Green channel. | |
| uint8_t | b |
| Blue channel. | |
8-bit RGB colour without an alpha channel.
Each component is an unsigned byte in the range [0, 255].
| uint8_t Color_RGB8::b |
Blue channel.
| uint8_t Color_RGB8::g |
Green channel.
| uint8_t Color_RGB8::r |
Red channel.