Table of Contents

Method GradientStopsFromEdgeColors

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

GradientStopsFromEdgeColors(Color, Color)

Converts two colors to array of GradientStop.

public static GradientStop[] GradientStopsFromEdgeColors(Color startColor, Color endColor)

Parameters

startColor Color
endColor Color

Returns

GradientStop[]