Version

SimpleColorModel Class Methods

For a list of all members of this type, see SimpleColorModel members.

Public Methods
 NameDescription
Public MethodGetAlphaGets the alpha or transparency level being used by this color model.  
Public MethodGetColorByRowGets a value indicating whether this color model is being applied row-wise or column-wise.  
Public MethodGetColorScalingGets the color scaling style of this color model.  
Public MethodGetDataGets the data source being used by this color model.  
Public MethodGetEndColorGets the end of the color range being used by this color model.  
Public MethodgetFillColorGets the color to use for filling (painting) an element with the specified row, column, and data value.  
Public MethodgetFillPatternGets the fill pattern to use for chart elements with the specified parameters.  
Public MethodGetGrayscaleGets a value indicating whether or not this color model is being applied in grayscale.  
Public MethodgetOutlineColorGets the color to use for outlining an element with the specified row, column, and data value.  
Public MethodGetPaletteGets the palette of colors being used by this color model.  
Public MethodGetPEGets a PaintElement to use, given the specified parameters.  
Public MethodGetStartColorGets the start of the color range being used by this color model.  
Public MethodInitInitializes this color model given a ColorAppearance object.  
Public MethodResetColorModelResets this color model.  
Public MethodSetColorByRowSets whether this color model is applied row-wise or column-wise.  
Public MethodSetColorScalingSets the color scaling style for this color model to use.  
Public MethodSetDataSets the data source for this color model.  
Public MethodSetGrayscaleSets whether or not this color model is to be applied in grayscale.  
Public MethodSetPaletteSets the palette of colors for this color model to use.  
Protected Methods
 NameDescription
Protected MethodcalculateDistanceCalculates the distance between the start and end colors of this color model.  
Protected MethodGetGrayscaleColorGets the color to use from this color model, if it is being applied in grayscale.  
Protected MethodGetRangeMultiplierGiven a data value, calculates the range multiplier for performing calculations on color changes given this color model's color range.  
Protected MethodGetWireframeGets a value indicating whether or not this color model is to be applied in wireframe mode.  
Protected MethodInitializeColorsInitializes the colors to be used by this color model.  
Protected MethodScaleColorScales a color according to the scaling style of this color model.  
Protected MethodSetWireframeSets whether or not this color model is to be applied in wireframe mode.  
See Also