Creates new color from color components.
Syntax
'Declaration
Public Overloads Shared Function FromArgb( _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte _
) As Color
public static Color FromArgb(
byte ,
byte ,
byte ,
byte
)
Parameters
- a
- A.
- r
- The r.
- g
- The g.
- b
- The b.
See Also