Class GradientPalette
A color palette that generates transitional colors based on a continuous linear gradient between two base colors.
Inheritance
System.Object
GradientPalette
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class GradientPalette : IColorPalette, ICloneable, IEquatable<GradientPalette>
Constructors
GradientPalette()
Declaration
public GradientPalette()
GradientPalette(Color, Color)
Declaration
public GradientPalette(Color startColor, Color endColor)
Parameters
System.Drawing.Color
startColor
|
System.Drawing.Color
endColor
|
Properties
BeginColor
Declaration
public Color BeginColor { get; set; }
Property Value
System.Drawing.Color
|
EndColor
Declaration
public Color EndColor { get; set; }
Property Value
System.Drawing.Color
|
Methods
Clone()
Declaration
public object Clone()
Returns
System.Object
|
Equals(GradientPalette)
Declaration
public bool Equals(GradientPalette other)
Parameters
GradientPalette
other
|
Returns
System.Boolean
|
GetColor(Int32, Int32)
Declaration
public Color GetColor(int index, int count)
Parameters
System.Int32
index
|
System.Int32
count
|
Returns
System.Drawing.Color
|