Color.FromInt

Color.FromInt method

Returns a new Color with the requested ARGB value.

public static Color FromInt(int argb)
ParameterTypeDescription
argbInt32A int that represents the ARGB value of the color.

Return Value

A new instance of the Color class

See Also