ARGB(Byte,Byte,Byte) Method
In This Topic
Syntax
'Declaration
Public Overloads Function ARGB( _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte _
) As Color
public Color ARGB(
byte ,
byte ,
byte
)
public function ARGB(
: Byte;
: Byte;
: Byte
): Color;
public function ARGB(
: byte,
: byte,
: byte
) : Color;
public: Color ARGB(
byte ,
byte ,
byte
)
public:
Color ARGB(
byte ,
byte ,
byte
)
Parameters
- Red
- Green
- Blue
See Also