|
|
|
|
|
|
|
| Documentation |
|
| class Enum f => Flag f where |
| | Methods | | fromFlag :: Bits b => f -> b | | | fromFlags :: Bits b => [f] -> b | | | toFlags :: Bits b => b -> [f] |
| | Instances | |
|
|
| data Point |
| Constructors | | Instances | |
|
|
| data Size |
| Constructors | | Instances | |
|
|
| data Rect |
| Constructors | | Rect | | | rectLeft, rectTop, rectWidth, rectHeight :: Int | |
|
| Instances | |
|
|
| data Color |
| Constructors | | Color | | | colR, colG, colB, colA :: Word8 | |
|
| Instances | |
|
|
| point :: Int -> Int -> Point |
|
| pt :: Int -> Int -> Point |
|
| size :: Int -> Int -> Size |
|
| sz :: Int -> Int -> Size |
|
| rect :: Point -> Size -> Rect |
|
| color :: Word8 -> Word8 -> Word8 -> Color |
|
| colorA :: Word8 -> Word8 -> Word8 -> Word8 -> Color |
|
| Produced by Haddock version 0.7 |