Represents a raw color. More...
#include <frame.h>
Public Attributes | |
u8 | r |
u8 | g |
u8 | b |
u8 | a |
Represents a raw color.
This structure holds the red, green, blue, and alpha components of a color.
u8 RawColor::r |
Red component of the color.
u8 RawColor::g |
Green component of the color.
u8 RawColor::b |
Blue component of the color.
u8 RawColor::a |
Alpha (transparency) component of the color.