lab2uint8
Convert L*a*b color values to uint8
Syntax
Description
Examples
Input Arguments
Output Arguments
Algorithms
The function converts the L*a*b* color values to type uint8. The
        Image Processing Toolbox™ software follows the convention that double-precision L*a*b* arrays contain 1976
      CIE L*a*b* values. The L*a*b* arrays that are uint8 or
        uint16 follow the convention in the ICC profile specification
      (ICC.1:2001-4, www.color.org) for representing L*a*b* values as unsigned
      8-bit or 16-bit integers. The ICC encoding convention is illustrated by these
        tables.
| Value (L*) | 
 | 
 | 
|---|---|---|
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | None | 
 | 
| Value (a* or b*) | 
 | 
 | 
|---|---|---|
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | None | 
 | 
Version History
Introduced before R2006a
See Also
applycform | lab2double | lab2uint16 | makecform | whitepoint | xyz2double | xyz2uint16