ColorCombine[{image_1, image_2, ...}] creates a multichannel image by combining the sequence of channels in the image_i. ColorCombine[{image_1, image_2, ...}, colorspace] ...
ColorConvert[expr, colspace] converts color specifications in expr to refer to the color space represented by colspace.
ColorDataFunction[range, ...] is a function that represents a color scheme.
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...
ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements.
ColorFunctionScaling is an option for graphics functions that specifies whether arguments supplied to a color function should be scaled to lie between 0 and 1.
As of Version 6.0, ColorOutput has been superseded by ColorFunction, ColorData, and related functions.
ColorQuantize[image, n] gives an approximation to image that uses only n distinct colors.
ColorSelectorSettings -> {opt -> val} is a global option that specifies settings for the Color dialog box.
ColorSlider[color] represents a color slider currently set to the color corresponding to color.ColorSlider[Dynamic[color]] uses the dynamically updated current value of ...