imagemagick-0.0.4.2: bindings to imagemagick library

Safe HaskellNone
LanguageHaskell98

Graphics.ImageMagick.MagickWand.FFI.Types

Documentation

newtype ClassType Source

Constructors

ClassType 

Fields

unClassType :: CInt
 

newtype LineCap Source

Constructors

LineCap 

Fields

unLineCap :: CInt
 

newtype LineJoin Source

Constructors

LineJoin 

Fields

unLineJoin :: CInt
 

newtype FillRule Source

Constructors

FillRule 

Fields

unFillRule :: CInt
 

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