ToRGB(Byte,Byte,Byte,Byte) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function ToRGB( _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte _
) As GdPictureColor
public static GdPictureColor ToRGB(
byte ,
byte ,
byte ,
byte
)
public function ToRGB(
: Byte;
: Byte;
: Byte;
: Byte
): GdPictureColor; static;
public static function ToRGB(
: byte,
: byte,
: byte,
: byte
) : GdPictureColor;
public: static GdPictureColor ToRGB(
byte ,
byte ,
byte ,
byte
)
public:
static GdPictureColor ToRGB(
byte ,
byte ,
byte ,
byte
)
Parameters
- cyan
- magenta
- yellow
- black
See Also