Definition
public static Color FromArgb( int alpha, int red, int green, int blue );
Parameters
alphaSystem.Int32. redSystem.Int32. greenSystem.Int32. blueSystem.Int32.
Return Value
System.Drawing.Color.