CMYKtoYUV Method


Converts CMYK to YUV.

Syntax

'Declaration
 
Public Shared Function CMYKtoYUV( _
   ByVal c As Double, _
   ByVal m As Double, _
   ByVal y As Double, _
   ByVal k As Double _
) As YUV
public static YUV CMYKtoYUV( 
   double c,
   double m,
   double y,
   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