bitmaps-0.2.6.3: Bitmap library

Safe HaskellNone
LanguageHaskell2010

Data.Bitmap.Reflectable

Synopsis

Documentation

class Bitmap bmp => BitmapReflectable bmp where Source

Class for reflectable bitmaps

Using the functions of the Bitmap class, default functions are be defined for each of these; of course, implementations are free to write more efficient versions.

Minimal complete definition

Nothing

Methods

reflectVertically :: bmp -> bmp Source

reflectHorizontally :: bmp -> bmp Source