Copyright | (c) 2015 Siniša Biđin 2021 Daniel Firth |
---|---|
License | MIT |
Maintainer | [email protected], [email protected] |
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 #