| Safe Haskell | None |
|---|
Graphics.ImageMagick.MagickWand.FFI.Types
Documentation
data PixelIterator Source
Instances
data MagickWand Source
Instances
Instances
data DrawingWand Source
Instances
Constructors
| ClassType | |
Fields
| |
Constructors
| LineJoin | |
Fields
| |
Constructors
| FillRule | |
Fields
| |
data MagickPixelPacket Source
Instances
getPixelRed :: Storable a => Ptr b -> IO aSource
getPixelGreen :: Storable a => Ptr b -> IO aSource
getPixelBlue :: Storable a => Ptr b -> IO aSource
getPixelIndex :: Storable a => Ptr b -> IO aSource
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