color-spaces-0.0: Color spaces, like RGB, HSV, etc.ContentsIndex
Data.ColorSpaces
Description
Color spaces
Documentation
newtype HSL
Constructors
HSL
unHSL :: (Float, Float, Float)
show/hide Instances
newtype HSV
Constructors
HSV
unHSV :: (Float, Float, Float)
show/hide Instances
newtype RGB
Constructors
RGB
unRGB :: (Float, Float, Float)
show/hide Instances
class ColorSpace a where
Methods
toRGB :: a -> RGB
fromRGB :: RGB -> a
show/hide Instances
gammaCorrection :: Float -> RGB -> RGB
Produced by Haddock version 2.4.1