chalkboard-0.2: Combinators for building and processing 2D images.
Graphics.Chalkboard.Color
Description
Simple RGB colors.
Synopsis
type Gray = UISource
Gray is just a value between 0 and 1, inclusive. Be careful to consider if this is pre or post gamma.
Gray
data RGB Source
RGB is our color, with values between 0 and 1, inclusive.
RGB
Constructors
Instances
red :: RGBSource
green :: RGBSource
blue :: RGBSource
white :: RGBSource
black :: RGBSource
cyan :: RGBSource
purple :: RGBSource
yellow :: RGBSource