Version

SimpleColorModel Class Properties

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

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.  
See Also