[]
Class that allows to increase/decrease lightness of the specified color.
public struct C1HslColor
Name | Description |
---|---|
C1HslColor(byte, float, float, float) | Initializes a new instance of the C1HslColor struct. |
C1HslColor(float, float, float) | Initializes a new instance of the C1HslColor struct. |
C1HslColor(Color) | Initializes a new instance of the C1HslColor struct. |
Name | Description |
---|---|
Alpha | Gets or sets the alpha channel of the color. |
Hue | Gets or sets the hue of the color. |
Luminance | Gets or sets the luminance of the color. |
Saturation | Gets or sets the saturation of the color. |