fltkhs-0.4.0.1: FLTK bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.FLTK.LowLevel.RGBImage

Contents

Synopsis

Documentation

checkImage :: (Parent orig RGBImage, Match x ~ FindOp orig (GetW ()), Op (GetW ()) x orig (IO Int), Match y ~ FindOp orig (Destroy ()), Op (Destroy ()) y orig (IO ())) => Ref orig -> IO (Either UnknownError (Ref orig)) Source

Hierarchy

Functions

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

copy:: (Parent a RGBImage) => Ref RGBImage -> Maybe Size -> IO (Maybe (Ref a))

desaturate :: Ref RGBImage -> IO ()

destroy :: Ref RGBImage -> IO ()

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

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

getCount :: Ref RGBImage -> IO (Int)

getD :: Ref RGBImage -> IO (Int)

getH :: Ref RGBImage -> IO (Int)

getLd :: Ref RGBImage -> IO (Int)

getW :: Ref RGBImage -> IO (Int)

inactive :: Ref RGBImage -> IO ()

uncache :: Ref RGBImage -> IO ()