Extensions.ToSKColor(Color) Method

Definition

Converts a System.Drawing color into a SkiaSharp color.

public static SkiaSharp.SKColor ToSKColor (this System.Drawing.Color color);

Parameters

color
Color

The System.Drawing color.

Returns

Returns a SkiaSharp color.

Applies to