ColorHelper.ToInt(Color) Method

Definition

Converts a Color to a premultiplied Int32 - 4 byte ARGB structure.

public static int ToInt (this Windows.UI.Color color);
static member ToInt : Windows.UI.Color -> int
<Extension()>
Public Function ToInt (color As Color) As Integer

Parameters

color
Color

The color to convert.

Returns

The int representation of the color.

Applies to