bitmaps-0.2.5.1: Bitmap library

Data.Bitmap.Reflectable

Synopsis

Documentation

class Bitmap bmp => BitmapReflectable bmp whereSource

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.

Methods

reflectVertically :: bmp -> bmpSource

reflectHorizontally :: bmp -> bmpSource