FromArgb(Int32,Int32,Int32,Int32) Method
In This Topic
Creates a ColorF structure from the four ARGB component (alpha, red, green, and blue) values.
Syntax
'Declaration
Public Overloads Shared Function FromArgb( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As ColorF
public static ColorF FromArgb(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- alpha
- red
- green
- blue
See Also