HexColor.Red

Undocumented in source.
template HexColor(uint hex)
immutable
auto Red = ((hex >> 16) & 0xff) / 255.0f;

Meta