Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. data PalettedImage

    JuicyPixels Codec.Picture.Types

    Describe an image and it's potential associated palette. If no palette is present, fallback to a DynamicImage

  2. PalettedRGB16 :: Image Pixel8 -> Palette' PixelRGB16 -> PalettedImage

    JuicyPixels Codec.Picture.Types

    No documentation available.

  3. PalettedRGB8 :: Image Pixel8 -> Palette' PixelRGB8 -> PalettedImage

    JuicyPixels Codec.Picture.Types

    No documentation available.

  4. PalettedRGBA8 :: Image Pixel8 -> Palette' PixelRGBA8 -> PalettedImage

    JuicyPixels Codec.Picture.Types

    No documentation available.

  5. PalettedY8 :: Image Pixel8 -> Palette' Pixel8 -> PalettedImage

    JuicyPixels Codec.Picture.Types

    No documentation available.

  6. class (Storable PixelBaseComponent a, Num PixelBaseComponent a, Eq a) => Pixel a

    JuicyPixels Codec.Picture.Types

    Definition of pixels used in images. Each pixel has a color space, and a representative component (Word8 or Float).

  7. type Pixel16 = Word16

    JuicyPixels Codec.Picture.Types

    Type alias for 16bit greyscale pixels.

  8. type Pixel32 = Word32

    JuicyPixels Codec.Picture.Types

    Type alias for 32bit greyscale pixels.

  9. type Pixel8 = Word8

    JuicyPixels Codec.Picture.Types

    Type alias for 8bit greyscale pixels. For simplicity, greyscale pixels use plain numbers instead of a separate type.

  10. data PixelCMYK16

    JuicyPixels Codec.Picture.Types

    Pixel type storing 16bit cyan, magenta, yellow and black (CMYK) information. Values are stored in the following order:

    • Cyan
    • Magenta
    • Yellow
    • Black

Page 219 of many | Previous | Next