rsagl-0.6.0.1: The RogueStar Animation and Graphics Library

RSAGL.Color.Channels

Synopsis

Documentation

channel_red :: ColorChannelSource

The red channel of the RGB color space.

channel_green :: ColorChannelSource

The green channel of the RGB color space.

channel_blue :: ColorChannelSource

The blue channel of the RGB color space.

channel_luminance :: ColorChannelSource

Luminance of a color as percieved by the human eye.

channel_chroma :: ColorChannelSource

The Chroma (colorfulness) of a color, isotropic to luminance.

channel_cyan :: ColorChannelSource

The cyan channel of the CMY color space.

channel_magenta :: ColorChannelSource

The magenta channel of the CMY color space.

channel_yellow :: ColorChannelSource

The yellow channel of the CMY color space.

channel_brightness :: ColorChannelSource

The brightness channel in simple device interpretation. That is, (red + green + blue) / 3.

channel_red_cyan :: ColorChannelSource

A red (1.0) vs. cyan (-1.0) channel.

channel_blue_yellow :: ColorChannelSource

A blue (1.0) vs. yellow (-1.0) channel.

channel_green_magenta :: ColorChannelSource

A green (1.0) vs. magenta (-1.0) channel.

channel_value :: ColorChannelSource

The maximum channel of the additive RGB color space. This is identical to the value channel of the HSB color model. This channel represents the device gamut: it should be between 0 and 1.

channel_boldness :: ColorChannelSource

The maximum channel of the subtractive CMY color space. This channel represents the device gamut: it should be between 0 and 1.

channel_intensity :: ColorChannelSource

The maximum channel of the neutral RGB color space. This channel represents the device gamut: it should be between -1 and 1.