fltkhs-0.3.0.1: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.Image

Contents

Synopsis

Documentation

type ImageDrawCallback = Ref Image -> Position -> Size -> Maybe X -> Maybe Y -> IO ()

Hierarchy

Functions

colorAverage :: Ref Image -> Color -> Float -> IO ()

copy :: Ref Image -> Maybe Size -> IO (Maybe (Ref Image))

desaturate :: Ref Image -> IO ()

destroy :: Ref Image -> IO ()

draw :: Ref Image -> Position -> IO ()

drawResize :: Ref Image -> Position -> Size -> Maybe X -> Maybe Y -> IO ()

getCount :: Ref Image -> IO (Int)

getD :: Ref Image -> IO (Int)

getH :: Ref Image -> IO (Int)

getLd :: Ref Image -> IO (Int)

getW :: Ref Image -> IO (Int)

inactive :: Ref Image -> IO ()

uncache :: Ref Image -> IO ()