|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
An RGB triple for an unspecified colour space.
| Instances | |
|
|
|
Returns the HSL (hue-saturation-lightness) coordinates of an RGB triple.
See hue, saturation, and lightness.
|
|
|
The hue coordinate of an RGB value is in degrees. Its value is
always in the range 0-360.
|
|
|
Returns the saturation coordinate of an RGB triple for the HSL
(hue-saturation-lightness) system.
Note: This is different from Data.Colour.RGBSpace.HSV.saturation for
the Data.Colour.RGBSpace.HSV
|
|
|
Returns the lightness coordinate of an RGB triple for the HSL
(hue-saturation-lightness) system.
|
|
|
Convert HSL (hue-saturation-lightness) coordinates to an RGB value.
Hue is expected to be measured in degrees.
|
|
Produced by Haddock version 2.6.0 |