SKPMColor.Implicit(UInt32 to SKPMColor) Operator

Definition

Converts a UInt32 to a SKPMColor.

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

Parameters

color
UInt32

The UInt32 representation of a color.

Returns

The new SKPMColor instance.

Applies to