FromArgb(Int32,Byte,Byte,Byte,Byte) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Sub FromArgb( _
ByVal As Integer, _
ByRef As Byte, _
ByRef As Byte, _
ByRef As Byte, _
ByRef As Byte _
)
public static void FromArgb(
int ,
out byte ,
out byte ,
out byte ,
out byte
)
Parameters
- v
- a
- r
- g
- b
See Also