Portability | non-portable (requires concurrency) |
---|---|
Stability | provisional |
Maintainer | libraries@haskell.org |
Graphics.HGL.Draw.Brush
Description
Brushes, used for filling shapes.
Documentation
data Brush
createBrush :: RGB -> IO Brush
Create a Brush
.
deleteBrush :: Brush -> IO ()
Destroy a Brush
created with createBrush
.
selectBrush :: Brush -> Draw Brush
Set the Brush
for subsequent drawing, returning the previous setting.