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. pattern PixelHSLA :: e -> e -> e -> e -> Pixel (Alpha HSL) e

    Color Graphics.Pixel

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

  2. pattern PixelHSV :: e -> e -> e -> Pixel HSV e

    Color Graphics.Pixel

    Constructor for Pixel with HSV color model.

  3. pattern PixelHSVA :: e -> e -> e -> e -> Pixel (Alpha HSV) e

    Color Graphics.Pixel

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

  4. pattern PixelRGB :: e -> e -> e -> Pixel RGB e

    Color Graphics.Pixel

    Constructor for a pixel with RGB color model.

  5. pattern PixelRGBA :: e -> e -> e -> e -> Pixel (Alpha RGB) e

    Color Graphics.Pixel

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

  6. pattern PixelX :: e -> Pixel X e

    Color Graphics.Pixel

    Constructor for a grayscale pixel with single channel.

  7. pattern PixelXA :: e -> e -> Pixel (Alpha X) e

    Color Graphics.Pixel

    Constructor for a grayscale pixel with a transparency channel.

  8. pattern PixelYCbCr :: e -> e -> e -> Pixel YCbCr e

    Color Graphics.Pixel

    Constructor for a pixel with YCbCr color model.

  9. pattern PixelYCbCrA :: e -> e -> e -> e -> Pixel (Alpha YCbCr) e

    Color Graphics.Pixel

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

  10. newtype Pixel cs e

    Color Graphics.Pixel.ColorSpace

    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.

Page 661 of many | Previous | Next