IColorPalette Interface
Represents the color palette that contains indexed colors.
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IColorPalette
Public Interface IColorPalette
Properties
Name |
Description |
Count
|
Gets the number of indexed colors.
|
this[int]
|
Gets or sets the RGB color at the specified index.
|