gammaThu, Jan 28, 2010 J key toggles inversion mode.
Well, now I am confused. In one mode I have the recursive transformation of the help screen photograph onto the Julia set, and in the other one the classical contoured Julia set together with the recursive transformation of the help screen. My question was at which place in the program code (or symbolic algorithm) we choose the color black or white to color the contours?
public void toggle_color_inversion() {
grad_invert ^= 0xFFFFFF;
}
The question is of essential importance to understanding how natural the emergence of the Julia set is. We cannot obtain a smooth contour around the connected Julia set (not Fatou) starting with any initial set that enters the recursive transformation.
Well, now I am confused. In one mode I have the recursive transformation of the help screen photograph onto the Julia set, and in the other one the classical contoured Julia set together with the recursive transformation of the help screen. My question was at which place in the program code (or symbolic algorithm) we choose the color black or white to color the contours?
public void toggle_color_inversion() {
grad_invert ^= 0xFFFFFF;
}
The question is of essential importance to understanding how natural the emergence of the Julia set is. We cannot obtain a smooth contour around the connected Julia set (not Fatou) starting with any initial set that enters the recursive transformation.