BGR888

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.

Variables

blue
ubyte blue;
Undocumented in source.
green
ubyte green;
Undocumented in source.
red
ubyte red;
Undocumented in source.

Mixed In Members

From mixin colourConstructors

this
this(uint red, uint green, uint blue)
Undocumented in source.
this
this(AnalogRGB!Precision analog)
Undocumented in source.
opCast
T 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!Precision analog)
Undocumented in source.
opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta