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