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