LabtoXYZ(Double,Double,Double) Method
From Kaliko Image Library
Kaliko.ImageLibrary
LabtoXYZ(Double,Double,Double) Method
Converts CIELab to CIEXYZ.
Syntax
'DeclarationPublic Overloads Shared Function LabtoXYZ( _ ByVal l As System.Double, _ ByVal a As System.Double, _ ByVal b As System.Double _ ) As CIEXYZ
'UsageDim l As System.Double Dim a As System.Double Dim b As System.Double Dim value As CIEXYZ value = ColorSpaceHelper.LabtoXYZ(l, a, 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