Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Color Graphics.Color.Space.RGB.Alternative No documentation available.
PrimaryChromaticity :: Chromaticity i e -> Primary (i :: k) eColor Graphics.Color.Space.RGB.Alternative No documentation available.
-
No documentation available.
-
Color Graphics.Pixel Digital imaging is one of the most common places for a color to be used in. The smallest element in any image is a pixel, which is defined by its color.
Pixel :: Color cs e -> Pixel cs eColor Graphics.Pixel No documentation available.
pattern
PixelCMYK :: e -> e -> e -> e -> Pixel CMYK eColor Graphics.Pixel Constructor for a pixel with CMYK color model.
pattern
PixelCMYKA :: e -> e -> e -> e -> e -> Pixel (Alpha CMYK) eColor Graphics.Pixel Constructor for a pixel with CMYK color model and Alpha channel.
pattern
PixelHSI :: e -> e -> e -> Pixel HSI eColor Graphics.Pixel Constructor for Pixel with HSI color model.
pattern
PixelHSIA :: e -> e -> e -> e -> Pixel (Alpha HSI) eColor Graphics.Pixel Constructor for a pixel with HSI color model and Alpha channel.
pattern
PixelHSL :: e -> e -> e -> Pixel HSL eColor Graphics.Pixel Constructor for Pixel with HSL color model.