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. pattern PixelHSL :: e -> e -> e -> Pixel HSL e

    Color Graphics.Pixel

    Constructor for Pixel with HSL color model.

  2. pattern PixelHSLA :: e -> e -> e -> e -> Pixel (Alpha HSL) e

    Color Graphics.Pixel

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

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

    Color Graphics.Pixel

    Constructor for Pixel with HSV color model.

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

    Color Graphics.Pixel

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

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

    Color Graphics.Pixel

    Constructor for a pixel with RGB color model.

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

    Color Graphics.Pixel

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

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

    Color Graphics.Pixel

    Constructor for a grayscale pixel with single channel.

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

    Color Graphics.Pixel

    Constructor for a grayscale pixel with a transparency channel.

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

    Color Graphics.Pixel

    Constructor for a pixel with YCbCr color model.

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

    Color Graphics.Pixel

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

Page 663 of many | Previous | Next