YUVtoHSL Method

Kaliko Image Library

Kaliko.ImageLibrary
YUVtoHSL 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 HSL.
Syntax
'Declaration
 
Public Shared Function YUVtoHSL( _
   ByVal y As System.Double, _
   ByVal u As System.Double, _
   ByVal v As System.Double _
) As HSL
'Usage
 
Dim y As System.Double
Dim u As System.Double
Dim v As System.Double
Dim value As HSL
 
value = ColorSpaceHelper.YUVtoHSL(y, u, v)
public static HSL YUVtoHSL( 
   System.double y,
   System.double u,
   System.double v
)
public function YUVtoHSL( 
    y: System.Double;
    u: System.Double;
    v: System.Double
): HSL; static; 
public static function YUVtoHSL( 
   y : System.double,
   u : System.double,
   v : System.double
) : HSL;
public: static HSL YUVtoHSL( 
   System.double y,
   System.double u,
   System.double v
) 
public:
static HSL YUVtoHSL( 
   System.double y,
   System.double u,
   System.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