| WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
|
|
Documentation |
|
data Pixmap |
Constructors | | Instances | |
|
|
type Pixel = (Int, Int, Int) |
|
create :: Int -> Int -> Int -> Pixel -> Pixmap |
|
oval :: Pixmap -> (Int, Int) -> (Int, Int) -> Pixel -> Bool -> Pixmap |
|
line :: Pixmap -> (Int, Int) -> (Int, Int) -> Pixel -> Pixmap |
|
rectangle :: Pixmap -> (Int, Int) -> (Int, Int) -> Pixel -> Bool -> Pixmap |
|
pixelAt :: Pixmap -> Int -> Int -> Pixel |
|
type Color = (Int, Int, Int) |
|
data Picture |
|
|
render :: Picture -> Int -> Int -> Color -> Pixmap |
|
Produced by Haddock version 0.8 |