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.
Colorize[m] generates an image from an integer matrix m, using colors for positive integers and black for non-positive integers.Colorize[image] replaces intensity values in ...
ColorNegate[image] gives the negative of image, in which all colors have been negated.
ColorQuantize[image, n] gives an approximation to image that uses only n distinct colors.
ColorRules is an option for ArrayPlot which specifies how colors of cells should be determined from values.
ColorSelectorSettings -> {opt -> val} is a global option that specifies settings for the Color dialog box.
ColorSeparate[image] gives a list of single-channel images corresponding to each of the color channels in image.ColorSeparate[image, colorspace] gives a list of images ...
ColorSetter[color] represents a color setter which displays as a swatch of the specified color and when clicked brings up a system color picker ...