LabtoXYZ(Double,Double,Double) Method

Kaliko Image Library

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





Converts CIELab to CIEXYZ.
Syntax
'Declaration
 
Public Overloads Shared Function LabtoXYZ( _
   ByVal l As System.Double, _
   ByVal a As System.Double, _
   ByVal b As System.Double _
) As CIEXYZ
'Usage
 
Dim l As System.Double
Dim a As System.Double
Dim b As System.Double
Dim value As CIEXYZ
 
value = ColorSpaceHelper.LabtoXYZ(l, a, b)
public static CIEXYZ LabtoXYZ( 
   System.double l,
   System.double a,
   System.double b
)
public function LabtoXYZ( 
    l: System.Double;
    a: System.Double;
    b: System.Double
): CIEXYZ; static; 
public static function LabtoXYZ( 
   l : System.double,
   a : System.double,
   b : System.double
) : CIEXYZ;
public: static CIEXYZ LabtoXYZ( 
   System.double l,
   System.double a,
   System.double b
) 
public:
static CIEXYZ LabtoXYZ( 
   System.double l,
   System.double a,
   System.double b
) 

Parameters

l
a
b
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