Colors

ColorBlend.Colors property

Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient.

public Color[] Colors { get; set; }

Return Value

An array of Color structures that represents the colors to use at corresponding positions along a gradient.

See Also