| Copyright | (c) 2015 Siniša Biđin |
|---|---|
| License | MIT |
| Maintainer | sinisa@bidin.eu |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
SDL.Raw.ImageFilter
Description
Raw bindings to the SDL2_gfx library, specifically the MMX image filter
functionality from SDL2_imageFilter.h.
Documentation
shiftRightAndMultByByte :: MonadIO m => Ptr CUChar -> Ptr CUChar -> CUInt -> CUChar -> CUChar -> m CInt Source #
binarizeUsingThreshold :: MonadIO m => Ptr CUChar -> Ptr CUChar -> CUInt -> CUChar -> m CInt Source #