'DeclarationFunction CIELabToRGB( _ ByVal CIELab() As System.Single _ ) As System.Integer()
System.int[] CIELabToRGB( System.float[] CIELab )
Parameters
- CIELab
- CIELab values in range 0-100.0 for L (first value) and -128.0 to +127.0 for a and b (second and theird values)
Return Value
An array of 3 values. Although made as Int32 values for
CLS complicance, the range should be confined to the ushort range (0 - 0xFFFF)