|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| An RGB triple for an unspecified colour space.
|
|
|
|
| Returns the HSV (hue-saturation-value) coordinates of an RGB triple.
See hue, saturation, and value.
|
|
|
| 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 HSV
(hue-saturation-value) system.
Note: This is different from Data.Colour.RGBSpace.HSL.saturation for
the Data.Colour.RGBSpace.HSL
|
|
|
| Returns the value coordinate of an RGB triple for the HSV
(hue-saturation-value) system.
|
|
|
| Convert HSV (hue-saturation-value) coordinates to an RGB value.
Hue is expected to be measured in degrees.
|
|
| Produced by Haddock version 2.6.0 |