Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. PixelYA8 :: Pixel8 -> Pixel8 -> PixelYA8

    JuicyPixels Codec.Picture.Types

    No documentation available.

  2. data PixelYCbCr8

    JuicyPixels Codec.Picture.Types

    Pixel type storing 8bit luminance, blue difference and red difference (YCbCr) information. Values are stored in the following order:

    • Y (luminance)
    • Cb
    • Cr

  3. PixelYCbCr8 :: Pixel8 -> Pixel8 -> Pixel8 -> PixelYCbCr8

    JuicyPixels Codec.Picture.Types

    No documentation available.

  4. data PixelYCbCrK8

    JuicyPixels Codec.Picture.Types

    Pixel type storing value for the YCCK color space:

    • Y (Luminance)
    • Cb
    • Cr
    • Black

  5. PixelYCbCrK8 :: Pixel8 -> Pixel8 -> Pixel8 -> Pixel8 -> PixelYCbCrK8

    JuicyPixels Codec.Picture.Types

    No documentation available.

  6. data PlaneAlpha

    JuicyPixels Codec.Picture.Types

    Define the plane for the alpha (transparency) component

  7. PlaneAlpha :: PlaneAlpha

    JuicyPixels Codec.Picture.Types

    No documentation available.

  8. data PlaneBlack

    JuicyPixels Codec.Picture.Types

    Define plane for the black component of the CMYK color space.

  9. PlaneBlack :: PlaneBlack

    JuicyPixels Codec.Picture.Types

    No documentation available.

  10. data PlaneBlue

    JuicyPixels Codec.Picture.Types

    Define the plane for the blue color component

Page 222 of many | Previous | Next