GdPictureColor Constructor(Int32,Int32,Int32,Int32)
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
public GdPictureColor(
int ,
int ,
int ,
int
)
public GdPictureColor(
: Integer;
: Integer;
: Integer;
: Integer
);
public function GdPictureColor(
: int,
: int,
: int,
: int
);
public: GdPictureColor(
int ,
int ,
int ,
int
)
public:
GdPictureColor(
int ,
int ,
int ,
int
)
Parameters
- Alpha
- Red
- Green
- Blue
See Also