In This Topic
GdPicture14.Imaging Namespace / GdPictureColor Structure / FromArgb Method / FromArgb(Int32,Int32,Int32,Int32) Method

FromArgb(Int32,Int32,Int32,Int32) Method

In This Topic
Syntax
'Declaration
 
Public Overloads Shared Function FromArgb( _
   ByVal Alpha As Integer, _
   ByVal Red As Integer, _
   ByVal Green As Integer, _
   ByVal Blue As Integer _
) As GdPictureColor
public static GdPictureColor FromArgb( 
   int Alpha,
   int Red,
   int Green,
   int Blue
)
public function FromArgb( 
    Alpha: Integer;
    Red: Integer;
    Green: Integer;
    Blue: Integer
): GdPictureColor; static; 
public static function FromArgb( 
   Alpha : int,
   Red : int,
   Green : int,
   Blue : int
) : GdPictureColor;
public: static GdPictureColor FromArgb( 
   int Alpha,
   int Red,
   int Green,
   int Blue
) 
public:
static GdPictureColor FromArgb( 
   int Alpha,
   int Red,
   int Green,
   int Blue
) 

Parameters

Alpha
Red
Green
Blue
See Also