Version

IColorModel Interface Members

The following tables list the members exposed by IColorModel.

Public Methods
 NameDescription
 MethodGetAlphaGets the color model's alpha or transparency level.  
 MethodGetDataGets the data being used by the color model.  
 MethodgetFillColorGets the fill color for the specified row, column, and data value using this color model.  
 MethodgetFillPatternGets the fill pattern to use, given the specified parameters.  
 MethodgetOutlineColorGets the outline color for the specified row, column, and data value using this color model.  
 MethodGetPaletteGets the palette of colors being used by this color model.  
 MethodGetPEGets a PaintElement to use, given the specified parameters.  
 MethodResetColorModelResets the settings in a color model to their default values.  
 MethodSetDataSets the data to be used by the color model.  
 MethodSetPaletteSets the color palette to be used by this color model.  
See Also