Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PrimaryChromaticity :: Chromaticity i e -> Primary (i :: k) e

    Color Graphics.Color.Space.RGB

    No documentation available.

  2. newtype Primary (i :: k) e

    Color Graphics.Color.Space.RGB.Alternative

    No documentation available.

  3. PrimaryChromaticity :: Chromaticity i e -> Primary (i :: k) e

    Color Graphics.Color.Space.RGB.Alternative

    No documentation available.

  4. module Graphics.Pixel

    No documentation available.

  5. newtype Pixel cs e

    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.

  6. Pixel :: Color cs e -> Pixel cs e

    Color Graphics.Pixel

    No documentation available.

  7. pattern PixelCMYK :: e -> e -> e -> e -> Pixel CMYK e

    Color Graphics.Pixel

    Constructor for a pixel with CMYK color model.

  8. pattern PixelCMYKA :: e -> e -> e -> e -> e -> Pixel (Alpha CMYK) e

    Color Graphics.Pixel

    Constructor for a pixel with CMYK color model and Alpha channel.

  9. pattern PixelHSI :: e -> e -> e -> Pixel HSI e

    Color Graphics.Pixel

    Constructor for Pixel with HSI color model.

  10. pattern PixelHSIA :: e -> e -> e -> e -> Pixel (Alpha HSI) e

    Color Graphics.Pixel

    Constructor for a pixel with HSI color model and Alpha channel.

Page 662 of many | Previous | Next