HslColor Constructors
| Name | Parameters | Description |
|---|---|---|
| HslColor(Int32, Int32, Int32) | hue, saturation, lightness | Initializes a new instance of the HslColor class with specified settings. |
| HslColor(Single, Single, Single) | hue, saturation, lightness | Initializes a new instance of the HslColor class with specified settings. |
See Also