When writing a coloring algorithm, is there a way to set repeat gradient as unchecked by default? I've tried 'repeatgradient=0' and similar, but no luck yet.....
This is a formula I found initially through a program for the iPad called Frax... They use a Line Average coloring algorithm... I googled it and found this. I have no clue how to program it into UF, so I was hoping to find someone here that did know how...
Hi. is it possible to provide the option of alternative bailouts in the same formula?
More specifically, I wanted to include convergent and divergent bailouts: |z|<@bailout (default 4.0) |z|>@bailout (default 0.001) It seems only one expression is allowed in the bailout section. Is there a way to do this? Any help would be appreciated.