Hoogle Search
Within LTS Haskell 24.25 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PixelRGB8 :: Pixel8 -> Pixel8 -> Pixel8 -> PixelRGB8JuicyPixels Codec.Picture.Types No documentation available.
-
JuicyPixels Codec.Picture.Types Pixel type storing 16bit red, green, blue and alpha (RGBA) information. Values are stored in the following order:
- Red
- Green
- Blue
- Alpha
PixelRGBA16 :: Pixel16 -> Pixel16 -> Pixel16 -> Pixel16 -> PixelRGBA16JuicyPixels Codec.Picture.Types No documentation available.
-
JuicyPixels Codec.Picture.Types Classical pixel type storing 8bit red, green, blue and alpha (RGBA) information. Values are stored in the following order:
- Red
- Green
- Blue
- Alpha
PixelRGBA8 :: Pixel8 -> Pixel8 -> Pixel8 -> Pixel8 -> PixelRGBA8JuicyPixels Codec.Picture.Types No documentation available.
-
JuicyPixels Codec.Picture.Types HDR pixel type storing floating point 32bit red, green and blue (RGB) information. Same value range and comments apply as for PixelF. Values are stored in the following order:
- Red
- Green
- Blue
PixelRGBF :: PixelF -> PixelF -> PixelF -> PixelRGBFJuicyPixels Codec.Picture.Types No documentation available.
-
JuicyPixels Codec.Picture.Types Pixel type storing 16bit Luminance (Y) and alpha (A) information. Values are stored in the following order:
- Luminance
- Alpha
PixelYA16 :: Pixel16 -> Pixel16 -> PixelYA16JuicyPixels Codec.Picture.Types No documentation available.
-
JuicyPixels Codec.Picture.Types Pixel type storing 8bit Luminance (Y) and alpha (A) information. Values are stored in the following order:
- Luminance
- Alpha