FromArgb(Byte,Byte,Byte,Byte) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function FromArgb( _
ByVal As System.Byte, _
ByVal As System.Byte, _
ByVal As System.Byte, _
ByVal As System.Byte _
) As System.Drawing.Color
public static System.Drawing.Color FromArgb(
System.byte ,
System.byte ,
System.byte ,
System.byte
)
Parameters
- a
- r
- g
- b
See Also