Table of Contents

Method ToGradientColors

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

ToGradientColors(GradientStop[])

Converts array of GradientStop to array of Color.

public static Color[] ToGradientColors(GradientStop[] gradientStops)

Parameters

gradientStops GradientStop[]

Array of GradientStop.

Returns

Color[]