Gets or sets a .NET ColorBlend object that defines a multicolor linear gradient.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C# Copy Code |
---|
public ColorBlend InterpolationColors { get; set; } |
Visual Basic Copy Code |
---|
Public Property InterpolationColors As ColorBlend |
An instance of the .NET ColorBlend class that defines a multicolor linear gradient.
A ColorBlend object contains corresponding arrays of colors and positions. The positions are values from 0 through 1 that specify the percentage of the distance along the gradient line where the corresponding color is located.