In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / ColorCMYKtoRGB Method

ColorCMYKtoRGB Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Sub ColorCMYKtoRGB( _

   ByVal Cyan As Integer, _

   ByVal Magenta As Integer, _

   ByVal Yellow As Integer, _

   ByVal Black As Integer, _

   ByRef Red As Integer, _

   ByRef Green As Integer, _

   ByRef Blue As Integer _

) 
public void ColorCMYKtoRGB( 

   int Cyan,

   int Magenta,

   int Yellow,

   int Black,

   ref int Red,

   ref int Green,

   ref int Blue

)
public procedure ColorCMYKtoRGB( 

    Cyan: Integer;

    Magenta: Integer;

    Yellow: Integer;

    Black: Integer;

   var  Red: Integer;

   var  Green: Integer;

   var  Blue: Integer

); 
public function ColorCMYKtoRGB( 

   Cyan : int,

   Magenta : int,

   Yellow : int,

   Black : int,

   Red : int,

   Green : int,

   Blue : int

);
public: void ColorCMYKtoRGB( 

   int Cyan,

   int Magenta,

   int Yellow,

   int Black,

   ref int Red,

   ref int Green,

   ref int Blue

) 
public:

void ColorCMYKtoRGB( 

   int Cyan,

   int Magenta,

   int Yellow,

   int Black,

   int% Red,

   int% Green,

   int% Blue

) 

Parameters

Cyan
Magenta
Yellow
Black
Red
Green
Blue
See Also

Reference

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