The following tables list the members exposed by SimpleColorModel.
Name | Description | |
---|---|---|
SimpleColorModel Constructor | Overloaded. |
Name | Description | |
---|---|---|
scaleFactor | Color scaling factor. |
Name | Description | |
---|---|---|
AlphaValue | The alpha level, or transparency, used by this color model. | |
Brightness | The brightness level of this color model. | |
ColorByRow | Determines whether or not this color model will be applied row-wise. | |
ColorDistance | The distance variable used in calculations related to the color range. | |
ColorEnd | End of the color range used by this color model. | |
ColorScaling | Color scaling mode used by this color model. | |
ColorStart | Start of the color range used by this color model. | |
Contrast | The contrast level of this color model. | |
Data | The data source being used by this color model. | |
GrayModel | Variable indicating whether or not the color model is in grayscale mode. | |
Palette | Color palette being used by this color model. | |
PaletteGiven | Variable indicating whether or not the color model has been assigned a palette. | |
RotatePalette | Determines whether or not to orient the palette column-wise. | |
StaleDistance | Determines whether or not the color distance field needs to be updated. | |
Wireframe | Determines whether or not this color model will be applied in wireframe mode. |
Name | Description | |
---|---|---|
GetAlpha | Gets the alpha or transparency level being used by this color model. | |
GetColorByRow | Gets a value indicating whether this color model is being applied row-wise or column-wise. | |
GetColorScaling | Gets the color scaling style of this color model. | |
GetData | Gets the data source being used by this color model. | |
GetEndColor | Gets the end of the color range being used by this color model. | |
getFillColor | Gets the color to use for filling (painting) an element with the specified row, column, and data value. | |
getFillPattern | Gets the fill pattern to use for chart elements with the specified parameters. | |
GetGrayscale | Gets a value indicating whether or not this color model is being applied in grayscale. | |
getOutlineColor | Gets the color to use for outlining an element with the specified row, column, and data value. | |
GetPalette | Gets the palette of colors being used by this color model. | |
GetPE | Gets a PaintElement to use, given the specified parameters. | |
GetStartColor | Gets the start of the color range being used by this color model. | |
Init | Initializes this color model given a ColorAppearance object. | |
ResetColorModel | Resets this color model. | |
SetColorByRow | Sets whether this color model is applied row-wise or column-wise. | |
SetColorScaling | Sets the color scaling style for this color model to use. | |
SetData | Sets the data source for this color model. | |
SetGrayscale | Sets whether or not this color model is to be applied in grayscale. | |
SetPalette | Sets the palette of colors for this color model to use. |
Name | Description | |
---|---|---|
calculateDistance | Calculates the distance between the start and end colors of this color model. | |
GetGrayscaleColor | Gets the color to use from this color model, if it is being applied in grayscale. | |
GetRangeMultiplier | Given a data value, calculates the range multiplier for performing calculations on color changes given this color model's color range. | |
GetWireframe | Gets a value indicating whether or not this color model is to be applied in wireframe mode. | |
InitializeColors | Initializes the colors to be used by this color model. | |
ScaleColor | Scales a color according to the scaling style of this color model. | |
SetWireframe | Sets whether or not this color model is to be applied in wireframe mode. |