LabtoRGB(Double,Double,Double) Method

Kaliko Image Library

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





Converts CIELab to RGB.
Syntax
'Declaration
 
Public Overloads Shared Function LabtoRGB( _
   ByVal l As System.Double, _
   ByVal a As System.Double, _
   ByVal b As System.Double _
) As RGB
'Usage
 
Dim l As System.Double
Dim a As System.Double
Dim b As System.Double
Dim value As RGB
 
value = ColorSpaceHelper.LabtoRGB(l, a, b)
public static RGB LabtoRGB( 
   System.double l,
   System.double a,
   System.double b
)
public function LabtoRGB( 
    l: System.Double;
    a: System.Double;
    b: System.Double
): RGB; static; 
public static function LabtoRGB( 
   l : System.double,
   a : System.double,
   b : System.double
) : RGB;
public: static RGB LabtoRGB( 
   System.double l,
   System.double a,
   System.double b
) 
public:
static RGB LabtoRGB( 
   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