SKColorF

Undocumented in source.

Constructors

this
this(float red, float green, float blue)
Undocumented in source.
this
this(float red, float green, float blue, float alpha)
Undocumented in source.

Members

Functions

Alpha
float Alpha()
Undocumented in source. Be warned that the author may not have intended to support it.
Blue
float Blue()
Undocumented in source. Be warned that the author may not have intended to support it.
Clamp
SKColorF Clamp()
Undocumented in source. Be warned that the author may not have intended to support it.
Green
float Green()
Undocumented in source. Be warned that the author may not have intended to support it.
Hue
float Hue()
Undocumented in source. Be warned that the author may not have intended to support it.
Red
float Red()
Undocumented in source. Be warned that the author may not have intended to support it.
ToHsl
void ToHsl(float h, float s, float l)
Undocumented in source. Be warned that the author may not have intended to support it.
ToHsv
void ToHsv(float h, float s, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
ToString
string ToString()
Undocumented in source. Be warned that the author may not have intended to support it.
WithAlpha
SKColorF WithAlpha(float alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
WithBlue
SKColorF WithBlue(float blue)
Undocumented in source. Be warned that the author may not have intended to support it.
WithGreen
SKColorF WithGreen(float green)
Undocumented in source. Be warned that the author may not have intended to support it.
WithRed
SKColorF WithRed(float red)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
SKColor opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

FromHsl
SKColorF FromHsl(float h, float s, float l, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
FromHsv
SKColorF FromHsv(float h, float s, float v, float a)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

EPSILON
enum float EPSILON;
Undocumented in source.
Empty
enum SKColorF Empty;
Undocumented in source.

Meta