CMYKToRGB(Byte,Byte,Byte,Byte,Byte,Byte,Byte) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Sub CMYKToRGB( _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByRef As Byte, _
ByRef As Byte, _
ByRef As Byte _
)
public static void CMYKToRGB(
byte ,
byte ,
byte ,
byte ,
out byte ,
out byte ,
out byte
)
public procedure CMYKToRGB(
: Byte;
: Byte;
: Byte;
: Byte;
Out : Byte;
Out : Byte;
Out : Byte
); static;
public static function CMYKToRGB(
: byte,
: byte,
: byte,
: byte,
: byte,
: byte,
: byte
);
public: static void CMYKToRGB(
byte ,
byte ,
byte ,
byte ,
[PARAMFLAG::Out] byte ,
[PARAMFLAG::Out] byte ,
[PARAMFLAG::Out] byte
)
public:
static void CMYKToRGB(
byte ,
byte ,
byte ,
byte ,
[Out] byte ,
[Out] byte ,
[Out] byte
)
Parameters
- cyan
- magenta
- yellow
- black
- red
- green
- blue
See Also