- _systemColorIndex
int _systemColorIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- a
ubyte a [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- b
ubyte b [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
Color empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- g
ubyte g [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- r
ubyte r [@property getter]
Red, green, blue and alpha channel color values.
- transparent
Color transparent [@property getter]
Return a completely transparent color value.
- fromArgb
Color fromArgb(ubyte alpha, ubyte red, ubyte green, ubyte blue)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromRgb
Color fromRgb(COLORREF rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromRgb
Color fromRgb(ubyte alpha, COLORREF rgb)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
deprecated Color opCall(COLORREF argb)
Undocumented in source. Be warned that the author may not have intended to support it.
- systemColor
Color systemColor(int colorIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
Color value representation