Class GradientColorPoint

GradientColorPoint class

The Gradient Color Point.

public class GradientColorPoint : IGradientColorPoint

Constructors

NameDescription
GradientColorPoint()Initializes a new instance of the GradientColorPoint class.
GradientColorPoint(Color, int, int)Initializes a new instance of the GradientColorPoint class.

Properties

NameDescription
Color { get; set; }Gets or sets the color.
ColorMode { get; set; }Mode for the color to follow
Location { get; set; }Gets or sets the point location on gradient.
MedianPointLocation { get; set; }Gets or sets the median gradient point location.
RawColor { get; set; }Gets or sets the color of the raw.

See Also