imagemagick-0.0.3.6: bindings to imagemagick library

Safe HaskellNone
LanguageHaskell98

Graphics.ImageMagick.MagickWand.FFI.Types

Documentation

data Image

data PointInfo

Constructors

PointInfo 

Fields

piX :: CDouble
 
piY :: CDouble
 

newtype ClassType

Constructors

ClassType 

Fields

unClassType :: CInt
 

newtype LineCap

Constructors

LineCap 

Fields

unLineCap :: CInt
 

newtype LineJoin

Constructors

LineJoin 

Fields

unLineJoin :: CInt
 

newtype FillRule

Constructors

FillRule 

Fields

unFillRule :: CInt
 

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 ()