Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Give a color function a periodic perturbation
ResourceFunction["ColorFunctionRipple"][cf] introduces periodic perturbations to the color function cf. |
"Profile" | "Waves" | the shape of the perturbation |
"Frequency" | 1 | how often the perturbations occur |
"Waves" | |
"Layers" | |
"Crenels" | |
"Gullets" | |
"Hills" | |
"Troughs" |
Show a rippled gradient:
In[1]:= |
Out[1]= |
Modify a color gradient represented as a pure function:
In[2]:= |
Out[2]= |
Modify a color gradient from the WFR:
In[3]:= |
Out[3]= |
Select a profile shape that best suits your needs:
In[4]:= |
Out[4]= |
Increase or decrease the number of ripples along the color function:
In[5]:= |
Out[5]= |
Style a plot:
In[6]:= |
Out[7]= |
Style a 3D shape:
In[8]:= |
Out[23]= |
Alter the surface colors of a relief plot:
In[24]:= |
Out[24]= |
ColorFunctionRipple currently does not support pure functions with named arguments:
In[25]:= |
Out[25]= |
Use the gradient name directly instead:
In[26]:= |
Out[26]= |
Create interesting visual effects:
In[27]:= |
Out[27]= |
This work is licensed under a Creative Commons Attribution 4.0 International License