Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
KEY_FrameForward :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_MailForward :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
pattern
KEY_therefore :: Word32gi-gdk4 GI.Gdk.Constants No description available in the introspection data.
AnotherMemoryFormat :: Int -> MemoryFormatgi-gdk4 GI.Gdk.Enums Catch-all for unknown values
DmabufErrorUnsupportedFormat :: DmabufErrorgi-gdk4 GI.Gdk.Enums The requested format is not supported
GLErrorUnsupportedFormat :: GLErrorgi-gdk4 GI.Gdk.Enums The requested visual format is not supported
-
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).
MemoryFormatA16 :: MemoryFormatgi-gdk4 GI.Gdk.Enums One guint16 value; for alpha. Since: 4.12
MemoryFormatA16Float :: MemoryFormatgi-gdk4 GI.Gdk.Enums One half-float value; for alpha. Since: 4.12
MemoryFormatA32Float :: MemoryFormatgi-gdk4 GI.Gdk.Enums One float value; for alpha. Since: 4.12