Device-Independent CIE Color Models
Mathematica 10 introduces four new device-independent CIE color models: LABColor, LCHColor, LUVColor, and XYZColor. The function ColorConvert can be used to convert colors or images between one representation and another.
| In[1]:= | X |
| Out[1]= |
| In[2]:= | X |
| Out[2]= |
Use colors defined in any of the supported color models for plotting and visualization.
| In[3]:= | X |
| In[4]:= | X |
| Out[4]= | ![]() |
Accurately convert between all supported color models using ColorConvert.
| In[5]:= | X |
| Out[5]= |
| In[6]:= | X |
| Out[6]//InputForm= | |
![]() | |
| In[7]:= | X |
| Out[7]= | ![]() |


