ColorConverters.FromUInt(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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