ToCMYK Method (GdPictureColor)
In This Topic
Syntax
'Declaration
Public Sub ToCMYK( _
ByRef As Byte, _
ByRef As Byte, _
ByRef As Byte, _
ByRef As Byte _
)
public void ToCMYK(
out byte ,
out byte ,
out byte ,
out byte
)
public procedure ToCMYK(
Out : Byte;
Out : Byte;
Out : Byte;
Out : Byte
);
public function ToCMYK(
: byte,
: byte,
: byte,
: byte
);
public: void ToCMYK(
[PARAMFLAG::Out] byte ,
[PARAMFLAG::Out] byte ,
[PARAMFLAG::Out] byte ,
[PARAMFLAG::Out] byte
)
public:
void ToCMYK(
[Out] byte ,
[Out] byte ,
[Out] byte ,
[Out] byte
)
Parameters
- cyan
- magenta
- yellow
- black
See Also