ColorBlend Class
Definition
Defines arrays of colors and positions used for interpolating color blending in a multicolor gradient. This class cannot be inherited.
public ref class ColorBlend sealed
public sealed class ColorBlend
type ColorBlend = class
Public NotInheritable Class ColorBlend
- Inheritance
-
ColorBlend
Constructors
ColorBlend() |
Initializes a new instance of the ColorBlend class. |
ColorBlend(Int32) |
Initializes a new instance of the ColorBlend class with the specified number of colors and positions. |
Properties
Colors |
Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient. |
Positions |
Gets or sets the positions along a gradient line. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |