WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.
Source code
Contents
Index
WASH.CGI.PPM
Documentation
data
Pixmap
Source
Constructors
Pixmap
width
::
Int
height
::
Int
maximumColorValue
::
Int
pixelFun
::
Int
->
Int
->
Pixel
type
Pixel
= (
Int
,
Int
,
Int
)
Source
create
::
Int
->
Int
->
Int
->
Pixel
->
Pixmap
Source
oval
::
Pixmap
-> (
Int
,
Int
) -> (
Int
,
Int
) ->
Pixel
->
Bool
->
Pixmap
Source
line
::
Pixmap
-> (
Int
,
Int
) -> (
Int
,
Int
) ->
Pixel
->
Pixmap
Source
rectangle
::
Pixmap
-> (
Int
,
Int
) -> (
Int
,
Int
) ->
Pixel
->
Bool
->
Pixmap
Source
pixelAt
::
Pixmap
->
Int
->
Int
->
Pixel
Source
type
Color
= (
Int
,
Int
,
Int
)
Source
data
Picture
Source
Constructors
Circle
Bool
Square
Bool
Line
Colored
Color
Picture
Translate
(
Double
,
Double
)
Picture
Rotate
Double
Picture
Scale
(
Double
,
Double
)
Picture
Invert
Picture
And
[
Picture
]
Or
[
Picture
]
render
::
Picture
->
Int
->
Int
->
Color
->
Pixmap
Source
Produced by
Haddock
version 2.6.1