Interface IColorPalette
A common interface for all the color palette implementations.
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public interface IColorPalette : ICloneable
Methods
GetColor(Int32, Int32)
Declaration
Color GetColor(int index, int count)
Parameters
System.Int32
index
|
System.Int32
count
|
Returns
System.Drawing.Color
|