Data.Bitmap.Foreign
Description
Wrapping interface for bitmaps as defined by the bitmap
package
- type FBBitmapBase = Bitmap
- newtype BitmapForeign = BitmapForeign {}
Documentation
type FBBitmapBase = BitmapSource
newtype BitmapForeign Source
The foreign bitmap as defined by the bitmap package
For more information see documentation of the bitmap package.
NB: this type is actually a reference to a memory location; thus the possible issues with concurrency and referential transparency are introduced.
Constructors
BitmapForeign | |
Instances