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.

  1. newtype Primary (i :: k) e

    Color Graphics.Color.Space.RGB.Alternative

    No documentation available.

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

    Color Graphics.Color.Space.RGB.Alternative

    No documentation available.

  3. module Graphics.Pixel

    No documentation available.

  4. 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.

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

    Color Graphics.Pixel

    No documentation available.

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

    Color Graphics.Pixel

    Constructor for a pixel with CMYK color model.

  7. 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.

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

    Color Graphics.Pixel

    Constructor for Pixel with HSI color model.

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

    Color Graphics.Pixel

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

  10. pattern PixelHSL :: e -> e -> e -> Pixel HSL e

    Color Graphics.Pixel

    Constructor for Pixel with HSL color model.

Page 660 of many | Previous | Next