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. Pixel :: Color cs e -> Pixel cs e

    Color Graphics.Pixel.ColorSpace

    No documentation available.

  2. pattern PixelRGB :: forall cs k (i :: k) e (l :: Linearity) . RedGreenBlue cs i => e -> e -> e -> Pixel (cs l) e

    Color Graphics.Pixel.ColorSpace

    Constructor for a pixel in RGB color space.

  3. pattern PixelSRGB :: forall e (l :: Linearity) . e -> e -> e -> Pixel (SRGB l) e

    Color Graphics.Pixel.ColorSpace

    Constructor for a pixel in sRGB color space

  4. pattern PixelSRGBA :: forall e (l :: Linearity) . e -> e -> e -> e -> Pixel (Alpha (SRGB l)) e

    Color Graphics.Pixel.ColorSpace

    Constructor for a pixel in sRGB color space with Alpha channel

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

    Color Graphics.Pixel.ColorSpace

    Constructor for a grayscale pixel with single channel.

  6. pattern PixelY' :: forall e (cs :: Linearity -> Type) . e -> Pixel (Y' cs) e

    Color Graphics.Pixel.ColorSpace

    Constructor for a pixel with Luma (not to be confused with luminance Y)

  7. pattern PixelY'A :: forall e (cs :: Linearity -> Type) . e -> e -> Pixel (Alpha (Y' cs)) e

    Color Graphics.Pixel.ColorSpace

    Constructor for a pixel with Luma and Alpha channel (not to be confused with luminance Y)

  8. pattern PixelY'CbCr :: forall e (cs :: Linearity -> Type) . e -> e -> e -> Pixel (Y'CbCr cs) e

    Color Graphics.Pixel.ColorSpace

    Constructor for a pixel in Y'CbCr.

  9. pattern PixelY'CbCrA :: forall e (cs :: Linearity -> Type) . e -> e -> e -> e -> Pixel (Alpha (Y'CbCr cs)) e

    Color Graphics.Pixel.ColorSpace

    Constructor for a pixel in Y'CbCr with alpha channel.

  10. newtype PointSize

    FontyFruity Graphics.Text.TrueType

    Font size expressed in points. You must convert size expressed in pixels to point using the DPI information. See pixelSizeInPointAtDpi

Page 662 of many | Previous | Next