| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.Pixmap
Documentation
Hierarchy
Functions
colorAverage ::RefPixmap->Color->Float->IO() copy ::RefPixmap->MaybeSize->IO(Maybe(RefPixmap)) desaturate ::RefPixmap->IO() destroy ::RefPixmap->IO() draw ::RefPixmap->Position->IO() drawResize ::RefPixmap->Position->Size->MaybeX->MaybeY->IO() getCount ::RefPixmap->IO(Int) getD ::RefPixmap->IO(Int) getH ::RefPixmap->IO(Int) getLd ::RefPixmap->IO(Int) getW ::RefPixmap->IO(Int) inactive ::RefPixmap->IO() uncache ::RefPixmap->IO()
Orphan instances
| impl ~ IO () => Op (Uncache ()) Pixmap orig impl Source # | |
| impl ~ (Position -> Size -> Maybe X -> Maybe Y -> IO ()) => Op (DrawResize ()) Pixmap orig impl Source # | |
| impl ~ IO () => Op (Desaturate ()) Pixmap orig impl Source # | |
| impl ~ IO () => Op (Inactive ()) Pixmap orig impl Source # | |
| impl ~ (Color -> Float -> IO ()) => Op (ColorAverage ()) Pixmap orig impl Source # | |
| impl ~ IO Int => Op (GetCount ()) Pixmap orig impl Source # | |
| impl ~ IO Int => Op (GetLd ()) Pixmap orig impl Source # | |
| impl ~ IO Int => Op (GetD ()) Pixmap orig impl Source # | |
| impl ~ (Maybe Size -> IO (Maybe (Ref Pixmap))) => Op (Copy ()) Pixmap orig impl Source # | |
| impl ~ (Position -> IO ()) => Op (Draw ()) Pixmap orig impl Source # | |
| impl ~ IO Int => Op (GetH ()) Pixmap orig impl Source # | |
| impl ~ IO Int => Op (GetW ()) Pixmap orig impl Source # | |
| impl ~ IO () => Op (Destroy ()) Pixmap orig impl Source # | |