chalkboard-0.2: Combinators for building and processing 2D images.

Portabilityghc
Stabilityunstable
MaintainerAndy Gill <andygill@ku.edu>

Graphics.Chalkboard.Color

Description

Simple RGB colors.

Synopsis

Documentation

type Gray = UISource

Gray is just a value between 0 and 1, inclusive. Be careful to consider if this is pre or post gamma.

data RGB Source

RGB is our color, with values between 0 and 1, inclusive.

Constructors

RGB !UI !UI !UI