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