HslaColor

HslaColor class

Class for representing HSLA color (Hue, Saturation, Lightness, Alpha)

The HslaColor type exposes the following members:

Constructors

NameDescription
HslaColor(h, s, l, a)Initializes a new instance of the HslaColor class

Properties

NameDescription
HHue [0, 360]
SSaturation [0, 100]
LLightness [0, 100]
aAlpha (opacity) [0.0f, 1.0f]

See Also