Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
carray Data.Array.CArray.Base Less polymorphic version.
-
carray Data.Array.CArray.Base Generic slice and map. This takes the new range, the inverse map on indices, and function to produce the next element. It is the most general operation in its class.
-
carray Data.Array.CArray.Base Perform an operation on the elements, independent of their location.
module Graphics.Gloss.Data.
Bitmap Functions to load bitmap data from various places.
-
gloss Graphics.Gloss.Data.Bitmap Abstract 32-bit RGBA bitmap data.
-
gloss Graphics.Gloss.Data.Bitmap Description of how the bitmap is layed out in memory.
- Prior version of Gloss assumed `BitmapFormat BottomToTop PxABGR`
BitmapFormat :: RowOrder -> PixelFormat -> BitmapFormatgloss Graphics.Gloss.Data.Bitmap No documentation available.
bitmapDataOfBMP :: BMP -> BitmapDatagloss Graphics.Gloss.Data.Bitmap O(size). Copy a BMP file into a bitmap.
bitmapDataOfByteString :: Int -> Int -> BitmapFormat -> ByteString -> Bool -> BitmapDatagloss Graphics.Gloss.Data.Bitmap No documentation available.
bitmapDataOfForeignPtr :: Int -> Int -> BitmapFormat -> ForeignPtr Word8 -> Bool -> BitmapDatagloss Graphics.Gloss.Data.Bitmap No documentation available.