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