Color.MakeArgb

Color.MakeArgb method

Makes the ARGB value.

public static int MakeArgb(int alpha, int red, int green, int blue)
ParameterTypeDescription
alphaInt32The alpha component.
redInt32The red component.
greenInt32The green component.
blueInt32The blue component.

Return Value

The ARGB component containing the alpha, red, green and blue components.

See Also