palette-0.3.0.1: Utilities for choosing and creating color schemes.

Copyright(c) 2013 Jeffrey Rosenbluth
LicenseBSD-style (see LICENSE)
Maintainerjeffrey.rosenbluth@gmail.com
Safe HaskellSafe
LanguageHaskell2010

Data.Colour.Palette.Types

Description

Types used in Palette modules

Synopsis

Documentation

type Kolor = Colour Double Source #

A convenient alias.

data Hue Source #

Used to select the hue range in randomColor.

Instances

Eq Hue Source # 

Methods

(==) :: Hue -> Hue -> Bool #

(/=) :: Hue -> Hue -> Bool #

Show Hue Source # 

Methods

showsPrec :: Int -> Hue -> ShowS #

show :: Hue -> String #

showList :: [Hue] -> ShowS #

data Luminosity Source #

Used to select the luminosity range in randomColor.

data ColorDefinition Source #

Constructors

ColorDefinition 

Fields