RGBToCMYK(Byte,Byte,Byte,Byte,Byte,Byte,Byte) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Sub RGBToCMYK( _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByRef As Byte, _
ByRef As Byte, _
ByRef As Byte, _
ByRef As Byte _
)
public static void RGBToCMYK(
byte ,
byte ,
byte ,
out byte ,
out byte ,
out byte ,
out byte
)
public procedure RGBToCMYK(
: Byte;
: Byte;
: Byte;
Out : Byte;
Out : Byte;
Out : Byte;
Out : Byte
); static;
public static function RGBToCMYK(
: byte,
: byte,
: byte,
: byte,
: byte,
: byte,
: byte
);
public: static void RGBToCMYK(
byte ,
byte ,
byte ,
[PARAMFLAG::Out] byte ,
[PARAMFLAG::Out] byte ,
[PARAMFLAG::Out] byte ,
[PARAMFLAG::Out] byte
)
public:
static void RGBToCMYK(
byte ,
byte ,
byte ,
[Out] byte ,
[Out] byte ,
[Out] byte ,
[Out] byte
)
Parameters
- r
- g
- b
- c
- m
- y
- k
See Also