SKColor.Implicit(UInt32 to SKColor) Operator

Definition

Converts a UInt32 to a SKColor.

public static implicit operator SkiaSharp.SKColor (uint color);

Parameters

color
UInt32

The UInt32 representation of a color.

Returns

The new SKColor instance.

Applies to