ColorHSVAf

HSV floating-point color representation

Constructors

this
this(float h, float s, float v, float a)
Undocumented in source.
this
this(Color4f c)
Undocumented in source.

Members

Functions

hueInRange
bool hueInRange(float hue2, float tmin, float tmax)
Undocumented in source. Be warned that the author may not have intended to support it.
rgba
Color4f rgba()
Undocumented in source. Be warned that the author may not have intended to support it.
scaleSaturation
void scaleSaturation(float val)
Undocumented in source. Be warned that the author may not have intended to support it.
scaleValue
void scaleValue(float val)
Undocumented in source. Be warned that the author may not have intended to support it.
shiftHue
void shiftHue(float degrees)
Undocumented in source. Be warned that the author may not have intended to support it.
shiftSaturation
void shiftSaturation(float val)
Undocumented in source. Be warned that the author may not have intended to support it.
shiftValue
void shiftValue(float val)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Meta