Color

Undocumented in source.

Constructors

this
this(ubyte r, ubyte g, ubyte b)
Undocumented in source.
this
this(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source.
this
this(uint value)
Undocumented in source.

Alias This

value

Members

Properties

a
ubyte a [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
a
ubyte a [@property setter]
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.
b
ubyte b [@property setter]
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.
g
ubyte g [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
r
ubyte r [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
r
ubyte r [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
uint value;
Undocumented in source.

Meta