ColorConverters.FromUInt(UInt32) Method

Definition

Creates a new Color from an UInt.

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

Parameters

argb
UInt32

A single value representing argb.

Returns

A new color from the Uint

Applies to