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. DmabufErrorUnsupportedFormat :: DmabufError

    gi-gdk4 GI.Gdk.Enums

    The requested format is not supported

  2. GLErrorUnsupportedFormat :: GLError

    gi-gdk4 GI.Gdk.Enums

    The requested visual format is not supported

  3. data MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    GdkMemoryFormat describes formats that image data can have in memory. It describes formats by listing the contents of the memory passed to it. So GDK_MEMORY_A8R8G8B8 will be 1 byte (8 bits) of alpha, followed by a byte each of red, green and blue. It is not endian-dependent, so CAIRO_FORMAT_ARGB32 is represented by different GdkMemoryFormats on architectures with different endiannesses. Its naming is modelled after VkFormat for details).

  4. MemoryFormatA16 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    One guint16 value; for alpha. Since: 4.12

  5. MemoryFormatA16Float :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    One half-float value; for alpha. Since: 4.12

  6. MemoryFormatA32Float :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    One float value; for alpha. Since: 4.12

  7. MemoryFormatA8 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

    One byte; for alpha. Since: 4.12

  8. MemoryFormatA8b8g8r8 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

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

  9. MemoryFormatA8b8g8r8Premultiplied :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

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

  10. MemoryFormatA8r8g8b8 :: MemoryFormat

    gi-gdk4 GI.Gdk.Enums

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

Page 720 of many | Previous | Next