GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / ColorRGBtoCMY Method





In This Topic
ColorRGBtoCMY Method (GdPictureImaging)
In This Topic
Syntax
'Declaration
 
Public Sub ColorRGBtoCMY( _
   ByVal Red As Integer, _
   ByVal Green As Integer, _
   ByVal Blue As Integer, _
   ByRef Cyan As Integer, _
   ByRef Magenta As Integer, _
   ByRef Yellow As Integer _
) 
public void ColorRGBtoCMY( 
   int Red,
   int Green,
   int Blue,
   ref int Cyan,
   ref int Magenta,
   ref int Yellow
)
public procedure ColorRGBtoCMY( 
    Red: Integer;
    Green: Integer;
    Blue: Integer;
   var  Cyan: Integer;
   var  Magenta: Integer;
   var  Yellow: Integer
); 
public function ColorRGBtoCMY( 
   Red : int,
   Green : int,
   Blue : int,
   Cyan : int,
   Magenta : int,
   Yellow : int
);
public: void ColorRGBtoCMY( 
   int Red,
   int Green,
   int Blue,
   ref int Cyan,
   ref int Magenta,
   ref int Yellow
) 
public:
void ColorRGBtoCMY( 
   int Red,
   int Green,
   int Blue,
   int% Cyan,
   int% Magenta,
   int% Yellow
) 

Parameters

Red
Green
Blue
Cyan
Magenta
Yellow
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members