Maintainer | conal@conal.net |
---|---|
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Colors
Synopsis
- data Color
- rgba :: R -> R -> R -> R -> Color
- rgb :: R -> R -> R -> Color
- colorR :: Color -> R
- colorG :: Color -> R
- colorB :: Color -> R
- colorA :: Color -> R
- overC :: Binop Color
- over :: Binop (p -> Color)
- black :: Color
- white :: Color
- red :: Color
- green :: Color
- blue :: Color
- clear :: Color
- grey :: R -> Color
- gray :: R -> Color
- class ToColor a where