SKColor.Explicit(SKColor to UInt32) Operator

Definition

Converts a SKColor to a UInt32.

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

Parameters

color
SKColor

The color to convert.

Returns

The UInt32 value for the color.

Applies to