#include <color.h>
Represents an ARGB (alpha, red, green, blue) color.
Data Fields | |
bool | __empty__ |
Must be set to false. More... | |
intptr_t | __handle__ |
Must be set to 0. More... | |
xtd_drawing_known_color | __known_color__ |
Must be set to 0. More... | |
byte_t | a |
Gets or sets the alpha component value of this xtd_drawing_color struct. More... | |
byte_t | b |
Gets or sets the blue component value of this xtd_drawing_color struct. More... | |
byte_t | g |
Gets or sets the green component value of this xtd_drawing_color struct. More... | |
byte_t | r |
Gets or sets the red component value of this xtd_drawing_color struct. More... | |