Gets or sets a ColorBlend object that defines a multiple color gradient.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C# Copy Code |
---|
public ColorBlend InterpolationColors { get; set; } |
Visual Basic Copy Code |
---|
Public Property InterpolationColors As ColorBlend |
Instance of the .NET ColorBlend object 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 path where the corresponding color is located.