GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / ARGB Method / ARGB(Byte,Byte,Byte) Method





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

Parameters

Red
Green
Blue
See Also