rsagl-0.6.0.1: The RogueStar Animation and Graphics Library

RSAGL.Color.Spaces

Synopsis

Documentation

color_space_neutral :: AffineColorSpaceSource

The RGB color space with neutral gray as the origin.

color_space_cmy :: AffineColorSpaceSource

The subtractive Cyan-Magenta-Yellow color space.

color_wheel_rgb_brightness :: ColorWheelSource

A color wheel using a simple definition of brightness, (red + green + blue) / 3. The hue definition is identical to color_wheel_rgbl.

color_wheel_cmyk :: ColorWheelSource

A color wheel in the subtractive Cyan-Magenta-Yellow color space. The hue definition is identical to color_wheel_rgbl. This color wheel uses a simple definition of black, (cyan + magenta + yellow) / 3.

color_wheel_red_cyan_iso :: ColorWheelSource

A color wheel with an isotropic Red-Cyan channel. The hue definition is identical to color_wheel_rgbl.

color_wheel_blue_yellow_iso :: ColorWheelSource

A color wheel with an isotropic Blue-Yellow channel. The hue definition is identical to color_wheel_rgbl.

color_wheel_green_magenta_iso :: ColorWheelSource

A color wheel with an isotropic Green-Magenta channel. The hue definition is identical to color_wheel_rgbl.