CMYKtoYUV Method

Kaliko Image Library

Kaliko.ImageLibrary
CMYKtoYUV Method





Converts CMYK to YUV.
Syntax
'Declaration
 
Public Shared Function CMYKtoYUV( _
   ByVal c As System.Double, _
   ByVal m As System.Double, _
   ByVal y As System.Double, _
   ByVal k As System.Double _
) As YUV
'Usage
 
Dim c As System.Double
Dim m As System.Double
Dim y As System.Double
Dim k As System.Double
Dim value As YUV
 
value = ColorSpaceHelper.CMYKtoYUV(c, m, y, k)
public static YUV CMYKtoYUV( 
   System.double c,
   System.double m,
   System.double y,
   System.double k
)
public function CMYKtoYUV( 
    c: System.Double;
    m: System.Double;
    y: System.Double;
    k: System.Double
): YUV; static; 
public static function CMYKtoYUV( 
   c : System.double,
   m : System.double,
   y : System.double,
   k : System.double
) : YUV;
public: static YUV CMYKtoYUV( 
   System.double c,
   System.double m,
   System.double y,
   System.double k
) 
public:
static YUV CMYKtoYUV( 
   System.double c,
   System.double m,
   System.double y,
   System.double k
) 

Parameters

c
m
y
k
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