In This Topic
GdPicture14 Namespace / GdViewer Class / ARGB Method / ARGB(Byte,Byte,Byte,Byte) Method

ARGB(Byte,Byte,Byte,Byte) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function ARGB( _

   ByVal Alpha As Byte, _

   ByVal Red As Byte, _

   ByVal Green As Byte, _

   ByVal Blue As Byte _

) As Color
public Color ARGB( 

   byte Alpha,

   byte Red,

   byte Green,

   byte Blue

)
public function ARGB( 

    Alpha: Byte;

    Red: Byte;

    Green: Byte;

    Blue: Byte

): Color; 
public function ARGB( 

   Alpha : byte,

   Red : byte,

   Green : byte,

   Blue : byte

) : Color;
public: Color ARGB( 

   byte Alpha,

   byte Red,

   byte Green,

   byte Blue

) 
public:

Color ARGB( 

   byte Alpha,

   byte Red,

   byte Green,

   byte Blue

) 

Parameters

Alpha
Red
Green
Blue
See Also