Jump to content

Julia set: Difference between revisions

→‎{{header|Liberty BASIC}}: Unnecessary variable removed.
(→‎{{header|Liberty BASIC}}: Unnecessary variable removed.)
Line 582:
iteration = iteration + 1
wend
if iteration <> maxIteration then c = int(iteration * 255 / maxIteration + .5) else c = 0
print #julset.gbox, "color "; clc; " "; clc; " "; clc
cl = int(c * 255 / maxIteration + .5)
print #julset.gbox, "color "; cl; " "; cl; " "; cl
print #julset.gbox, "set "; xp; " "; yp
next yp
512

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.