phoenix::Color
This is a simple POD structure for containing colors.
It is primarily used for getting and setting the window background color. Note that the alpha field is not guaranteed to have any effect.
struct Color {
uint8_t red, green, blue, alpha;
};