|
|
|||
|
|
| ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. |
| ColorData["scheme", "property"] gives the specified property of a color scheme. |
| ColorData["collection"] gives a list of color schemes in a named collection. |
| ColorData[] gives a list of named collections of color schemes. |
| "Gradients" | continuous normalized color gradients | |
| "Indexed" | colors indexed by successive integers | |
| "Named" | collections of named colors | |
| "Physical" | colors determined by physical parameters |
| "ColorFunction" | a color function to be applied to parameters | |
| "ColorList" | list of colors for finite indexed color schemes | |
| "ColorRules" | color rules for discrete color schemes | |
| "Image" | a graphics image showing colors in the scheme | |
| "Name" | English name for the color scheme | |
| "Panel" | a clickable panel showing colors in the scheme | |
| "ParameterCount" | the number of parameters used in the scheme | |
| "Range" | range of possible values for the first parameter | |
| {"Range",i} | range of possible values for the |
| {xmin,xmax} | continuous values from xmin to xmax | |
| {xmin,xmax,dx} | discrete values in steps dx | |
| {{x1,x2,...}} | specific discrete values |