How to create amazing color effects using perlin noise

How to create amazing colorful effects using the perlin noise effect in procedural texture filter in Affinity Photo
https://youtu.be/_1Vxj5iQf-0

The equations are for the
Red channel osc(e*a*perlinsc(rx/b,ry/b,c,0.1)*d) Green channel osc(f*a*perlinsc(rx/b,ry/b,c,0.1)*d) Blue channel osc(g*a*perlinsc(rx/b,ry/b,c,0.1)*d) Create a, b, c, d, e, f, g as R values with defaults of 30, 300, 2, 0.4, 3, 2, 4

Comments

Popular Posts