GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor~RGBToCMYK / RGBToCMYK(Byte,Byte,Byte,Byte,Byte,Byte,Byte) Method





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

Parameters

r
g
b
c
m
y
k
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor
GdPictureColor Members
Overload List