Advertisement

Funky Fractal

Started by February 15, 2000 09:06 AM
0 comments, last by xstreme2000 25 years ago
Create a palette which fades nicely eg: black->blue->cyan->white->black then plot your pixels at x, y palette index (x*x)+(y*y) it will create a load of circle patterns.
What you wrote is just the equation for the circle:

radius = (x-cx)2 + (y-cy)2

This topic is closed to new replies.

Advertisement