Color.FromUint

Color.FromUint method

Returns a new Color with the requested ARGB value.

public static Color FromUint(uint argb)
ParameterTypeDescription
argbUInt32A uint that represents the ARGB value of the color.

Return Value

A new instance of the Color class

See Also