Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Apply a hue shift to an image
ResourceFunction["HueShift"][image,value] applies a hue shift of value to an image. |
Apply a hue shift to an image:
In[1]:= |
Out[1]= |
Apply a hue shift to a 3D image:
In[2]:= |
Out[2]= |
HueShift accepts the same options as Image:
In[3]:= |
Out[3]= |
Do a HueShift on an image after applying a decorrelation stretch:
In[4]:= |
Out[4]= |
HueShift preserves the color space of the input image:
In[5]:= |
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
Hue is cyclical and can be visualized using a color wheel:
In[8]:= |
Out[8]= |
Examine the effect of applying HueShift on an image while varying the shift:
In[9]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License