BGR565

Undocumented in source.

Members

Manifest constants

alphaSize
enum alphaSize;
Undocumented in source.
blueSize
enum blueSize;
Undocumented in source.
greenSize
enum greenSize;
Undocumented in source.
redSize
enum redSize;
Undocumented in source.

Mixins

__anonymous
mixin colourConstructors
Undocumented in source.

Mixed In Members

From mixin colourConstructors

this
this(uint red, uint green, uint blue)
Undocumented in source.
this
this(AnalogRGB analog)
Undocumented in source.
opCast
auto opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
this
this(uint red, uint green, uint blue, uint alpha)
Undocumented in source.
this
this(AnalogRGBA analog)
Undocumented in source.
opCast
auto opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
auto opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta