Color functions

ALPHA Returns the alpha value from the given color.
BLUE Returns the blue color component from the given color according to the Red-Green-Blue (RGB) and Red-Green-Blue-Alpha (RGBA) color models.
BRIGHTEN Brightens the given color by a specified amount.
BRIGHTNESS Returns the brightness from the given color according to the Hue-Saturation-Brightness (HSB) and Hue-Saturation-Brightness-Alpha (HSBA) color models.
COLOR Returns a color based on the given parameter.
COLORSPIN Returns a color whose hue has been changed by the given amount.
DARKEN Darkens the given color by a specified amount.
DEFAULTCOLOR Returns a special color value instructing Calcapp to use a default value for a color, regardless of whether there is a color which can be inherited.
DESATURATE Desaturates the given color by a specified amount.
DIM Dims the given color by a specified amount.
GREEN Returns the green color component from the given color according to the Red-Green-Blue (RGB) and Red-Green-Blue-Alpha (RGBA) color models.
HSB Returns a color based on the given color components according to the Hue-Saturation-Brightness (HSB) color model, also known as the Hue-Saturation-Value (HSV) color model.
HSBA Returns a color based on the given color components according to the Hue-Saturation-Brightness-Alpha (HSBA) color model, also known as the Hue-Saturation-Value-Alpha (HSVA) color model.
HSBSATURATION Returns the saturation from the given color according to the Hue-Saturation-Brightness (HSB) and Hue-Saturation-Brightness-Alpha (HSBA) color models.
HSL Returns a color based on the given color components according to the Hue-Saturation-Lightness (HSL) color model.
HSLA Returns a color based on the given color components according to the Hue-Saturation-Lightness-Alpha (HSLA) color model.
HSLSATURATION Returns the saturation from the given color according to the Hue-Saturation-Lightness (HSL) and Hue-Saturation-Lightness-Alpha (HSLA) color models.
HUE Returns the hue from the given color according to the Hue-Saturation-Brightness (HSB), Hue-Saturation-Brightness-Alpha (HSBA), Hue-Saturation-Lightness (HSL) and Hue-Saturation-Lightness-Alpha (HSLA) color models.
LIGHTEN Lightens the given color by a specified amount.
LIGHTNESS Returns the lightness from the given color according to the Hue-Saturation-Lightness (HSL) and Hue-Saturation-Lightness-Alpha (HSLA) color models.
RED Returns the red color component from the given color according to the Red-Green-Blue (RGB) and Red-Green-Blue-Alpha (RGBA) color models.
RGB Returns a color based on the given color components according to the Red-Green-Blue (RGB) color model.
RGBA Returns a color based on the given color components according to the Red-Green-Blue-Alpha (RGBA) color model.
SATURATE Saturates the given color by a specified amount.