Different Color Negations
Color negation is very well defined as 1 minus color in the RGB color space but other spaces allow for greater variety. Use ImageApply to specify different color negation in the LCh color space.
In[1]:= | ![]() X |
Negate lightness while preserving color components. This will replace bright colors with dark colors and vice versa.
In[2]:= | ![]() X |
Out[2]= | ![]() |
Define the negation as a 180º hue rotation while preserving chroma and lightness.
In[3]:= | ![]() X |
Out[3]= | ![]() |
Combine the previous steps, negating both the lightness and the hue.
In[4]:= | ![]() X |
Out[4]= | ![]() |
Visualize the color transformations in 3D.
Out[5]= | ![]() |