CMYKtoRGB(Double,Double,Double,Double) Method

Kaliko Image Library

Kaliko.ImageLibrary
CMYKtoRGB(Double,Double,Double,Double) Method





Cyan value (must be between 0 and 1).
Magenta value (must be between 0 and 1).
Yellow value (must be between 0 and 1).
Black value (must be between 0 and 1).
Converts CMYK to RGB.
Syntax
'Declaration
 
Public Overloads Shared Function CMYKtoRGB( _
   ByVal c As System.Double, _
   ByVal m As System.Double, _
   ByVal y As System.Double, _
   ByVal k As System.Double _
) As RGB
'Usage
 
Dim c As System.Double
Dim m As System.Double
Dim y As System.Double
Dim k As System.Double
Dim value As RGB
 
value = ColorSpaceHelper.CMYKtoRGB(c, m, y, k)
public static RGB CMYKtoRGB( 
   System.double c,
   System.double m,
   System.double y,
   System.double k
)
public function CMYKtoRGB( 
    c: System.Double;
    m: System.Double;
    y: System.Double;
    k: System.Double
): RGB; static; 
public static function CMYKtoRGB( 
   c : System.double,
   m : System.double,
   y : System.double,
   k : System.double
) : RGB;
public: static RGB CMYKtoRGB( 
   System.double c,
   System.double m,
   System.double y,
   System.double k
) 
public:
static RGB CMYKtoRGB( 
   System.double c,
   System.double m,
   System.double y,
   System.double k
) 

Parameters

c
Cyan value (must be between 0 and 1).
m
Magenta value (must be between 0 and 1).
y
Yellow value (must be between 0 and 1).
k
Black value (must be between 0 and 1).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys