Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. MemoryFormatR32g32b32a32FloatPremultiplied :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    4 float values; for red, green, blue and alpha. The color values are premultiplied with the alpha value. Since: 4.6

  2. MemoryFormatR8g8b8 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    3 bytes; for red, green, blue. The data is opaque.

  3. MemoryFormatR8g8b8a8 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    4 bytes; for red, green, blue, alpha.

  4. MemoryFormatR8g8b8a8Premultiplied :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    4 bytes; for red, green, blue, alpha The color values are premultiplied with the alpha value.

  5. MemoryFormatR8g8b8x8 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    4 bytes; for red, green, blue, unused. Since: 4.14

  6. MemoryFormatX8b8g8r8 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    4 bytes; for unused, blue, green, red. Since: 4.14

  7. MemoryFormatX8r8g8b8 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    4 bytes; for unused, red, green, blue. Since: 4.14

  8. TextureErrorUnsupportedFormat :: TextureError

    gi-gdk4 GI.Gdk.Enums

    The image format is not supported

  9. FrameClockPhaseBeforePaint :: FrameClockPhase

    gi-gdk4 GI.Gdk.Flags

    corresponds to GdkFrameClockbeforePaint. Should not be handled by applications.

  10. constructToplevelTransientFor :: (IsToplevel o, MonadIO m, IsSurface a) => a -> m (GValueConstruct o)

    gi-gdk4 GI.Gdk.Interfaces.Toplevel

    Construct a GValueConstruct with valid value for the “transient-for” property. This is rarely needed directly, but it is used by new.

Page 723 of many | Previous | Next