'Declaration
Public Overloads Shared Function FromArgb( _
ByVal a As System.Integer, _
ByVal r As System.Integer, _
ByVal g As System.Integer, _
ByVal b As System.Integer _
) As Color
public static Color FromArgb(
System.int a,
System.int r,
System.int g,
System.int b
)