Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Bitmap.Function.Internal
Documentation
data BitmapFunction Source
Constructors
BitmapFunction | |
Fields |
Instances
Bitmap BitmapFunction | |
type BIndexType BitmapFunction = Integer | |
type BPixelType BitmapFunction = PixelRGBA |
bmpf_dimensions :: forall cat. ArrowApply cat => Lens cat BitmapFunction (Dimensions Integer) Source
bmpf_getPixel :: forall cat. ArrowApply cat => Lens cat BitmapFunction (Coordinates Integer -> PixelRGBA) Source