Page 1 of 1

Circular Rainbow

PostPosted: 27 Sep 2013, 02:58
by mttorley
This brush is more of a calculation then a brush....
This calculation monitors the angle away from the center of the canvas, and selects a point along the gradient according to the angle at which the brush is currently located.

rainbow.JPG
Automatic Angle Detector
rainbow.JPG (71.86 KiB) Viewed 5567 times


The controller setup can be applied to any other brush parameter, giving rise to many creative options in size, angle, opacity.

The brush is, basically:

(sin((X-.5) / (Y-.5)))/4

It still needs work in the central area close to where X=.5, but, its pretty cool none the less...