ClassGradientPalette
Class
A color palette that generates transitional colors based on a continuous linear gradient between two base colors.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GradientPalette : IColorPalette
Inheritance: objectGradientPalette
Implements:
Constructors
GradientPalette(Color, Color)
Internal use only
Declaration
cs-api-definition
public GradientPalette(Color startColor, Color endColor)
Parameters
startColor
Color
endColor
Color
Properties
BeginColor
Internal use only
Declaration
cs-api-definition
public Color BeginColor { get; set; }
Property Value
Color
EndColor
Internal use only
Declaration
cs-api-definition
public Color EndColor { get; set; }
Property Value
Color
Methods
Equals(GradientPalette)
Internal use only
Declaration
cs-api-definition
public bool Equals(GradientPalette other)
Parameters
other
Returns
bool
GetColor(int, int)
Internal use only
Declaration
cs-api-definition
public Color GetColor(int index, int count)
Parameters
index
int
count
int
Returns
Color
Implements
ToString()
Internal use only
Declaration
cs-api-definition
public override string ToString()
Returns
string
Overrides