ColorConverters.FromUInt(UInt32) Method

Definition

Creates a new Color from an UInt.

public static System.Drawing.Color FromUInt (uint argb);

Parameters

argb
System.UInt32

A single value representing argb.

Returns

System.Drawing.Color

A new color from the Uint

Applies to