SDL-gfx-0.6.0: Binding to libSDL_gfx

Portabilityportable
Stabilityprovisional
Maintainerlemmih@gmail.com

Graphics.UI.SDL.Primitives

Description

 

Documentation

pixel :: Surface -> Int16 -> Int16 -> Pixel -> IO BoolSource

hLine :: Surface -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

vLine :: Surface -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

rectangle :: Surface -> Rect -> Pixel -> IO BoolSource

circle :: Surface -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

box :: Surface -> Rect -> Pixel -> IO BoolSource

line :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

aaLine :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

arc :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

aaCircle :: Surface -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

filledCircle :: Surface -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

ellipse :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

aaEllipse :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

filledEllipse :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

pie :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

filledPie :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

trigon :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

filledTrigon :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

aaTrigon :: Surface -> Int16 -> Int16 -> Int16 -> Int16 -> Int16 -> Int16 -> Pixel -> IO BoolSource

polygon :: Surface -> [(Int16, Int16)] -> Pixel -> IO BoolSource

texturedPolygon :: Surface -> [(Int16, Int16)] -> Surface -> Int -> Int -> IO BoolSource

filledPolygon :: Surface -> [(Int16, Int16)] -> Pixel -> IO BoolSource

aaPolygon :: Surface -> [(Int16, Int16)] -> Pixel -> IO BoolSource

bezier :: Surface -> [(Int16, Int16)] -> Int -> Pixel -> IO BoolSource