HexColor.Alpha

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

Meta