YUVtoCMYK Method


Y must be in [0, 1].
U must be in [-0.436, +0.436].
V must be in [-0.615, +0.615].
Converts YUV to CMYK.

Syntax

'Declaration
 
Public Shared Function YUVtoCMYK( _
   ByVal y As Double, _
   ByVal u As Double, _
   ByVal v As Double _
) As CMYK
public static CMYK YUVtoCMYK( 
   double y,
   double u,
   double v
)

Parameters

y
Y must be in [0, 1].
u
U must be in [-0.436, +0.436].
v
V must be in [-0.615, +0.615].

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