ColorExtensions.ToUInt(Color) Method

Definition

Converts the color to a UInt representation.

public static uint ToUInt (this System.Drawing.Color color);

Parameters

color
System.Drawing.Color

The color to use as a base.

Returns

System.UInt32

The UInt representation.

Applies to