Table of Contents

Method ToSkiaGradientColors

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

ToSkiaGradientColors(GradientStop[])

Converts array of GradientStop to array of SKColor.

public static SKColor[] ToSkiaGradientColors(GradientStop[] gradientStops)

Parameters

gradientStops GradientStop[]

Array of GradientStop.

Returns

SKColor[]