|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
8-bit RGBA colour (red, green, blue, alpha). More...
#include <color.h>
Public Attributes | |
| uint8_t | r |
| Red channel. | |
| uint8_t | g |
| Green channel. | |
| uint8_t | b |
| Blue channel. | |
| uint8_t | a |
| Alpha channel (0 = transparent, 255 = opaque). | |
8-bit RGBA colour (red, green, blue, alpha).
Each component is an unsigned byte in the range [0, 255]. An alpha value of 0 is fully transparent; 255 is fully opaque.
| uint8_t Color_RGBA8::a |
Alpha channel (0 = transparent, 255 = opaque).
| uint8_t Color_RGBA8::b |
Blue channel.
| uint8_t Color_RGBA8::g |
Green channel.
| uint8_t Color_RGBA8::r |
Red channel.