Version

SimpleColorModel Class Members

The following tables list the members exposed by SimpleColorModel.

Public Constructors
 NameDescription
Public ConstructorSimpleColorModel ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldscaleFactorColor scaling factor.  
Protected Properties
 NameDescription
Protected PropertyAlphaValueThe alpha level, or transparency, used by this color model.  
Protected PropertyBrightnessThe brightness level of this color model.  
Protected PropertyColorByRowDetermines whether or not this color model will be applied row-wise.  
Protected PropertyColorDistanceThe distance variable used in calculations related to the color range.  
Protected PropertyColorEndEnd of the color range used by this color model.  
Protected PropertyColorScalingColor scaling mode used by this color model.  
Protected PropertyColorStartStart of the color range used by this color model.  
Protected PropertyContrastThe contrast level of this color model.  
Protected PropertyDataThe data source being used by this color model.  
Protected PropertyGrayModelVariable indicating whether or not the color model is in grayscale mode.  
Protected PropertyPaletteColor palette being used by this color model.  
Protected PropertyPaletteGivenVariable indicating whether or not the color model has been assigned a palette.  
Protected PropertyRotatePaletteDetermines whether or not to orient the palette column-wise.  
Protected PropertyStaleDistanceDetermines whether or not the color distance field needs to be updated.  
Protected PropertyWireframeDetermines whether or not this color model will be applied in wireframe mode.  
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