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