imagemagick-0.0.4.1: bindings to imagemagick library

Safe HaskellNone
LanguageHaskell98

Graphics.ImageMagick.MagickWand.FFI.Types

Documentation

data PointInfo Source

Constructors

PointInfo 

Fields

piX, piY :: CDouble
 

newtype ClassType Source

Constructors

ClassType 

Fields

unClassType :: CInt
 

Instances

newtype LineCap Source

Constructors

LineCap 

Fields

unLineCap :: CInt
 

newtype LineJoin Source

Constructors

LineJoin 

Fields

unLineJoin :: CInt
 

newtype FillRule Source

Constructors

FillRule 

Fields

unFillRule :: CInt
 

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