| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Graphics.ImageMagick.MagickWand.FFI.Types
Documentation
data PixelIterator Source
data MagickWand Source
data DrawingWand Source
newtype MagickBooleanType Source
Constructors
| MagickBooleanType | |
Fields | |
Constructors
| ClassType | |
Fields
| |
Constructors
| LineJoin | |
Fields
| |
Constructors
| FillRule | |
Fields
| |
data MagickPixelPacket Source
Instances
getPixelRed :: Storable a => Ptr b -> IO a Source
getPixelGreen :: Storable a => Ptr b -> IO a Source
getPixelBlue :: Storable a => Ptr b -> IO a Source
getPixelIndex :: Storable a => Ptr b -> IO a Source
setPixelRed :: Storable a => Ptr b -> a -> IO () Source
setPixelGreen :: Storable a => Ptr b -> a -> IO () Source
setPixelBlue :: Storable a => Ptr b -> a -> IO () Source
setPixelIndex :: Storable a => Ptr b -> a -> IO () Source