minor tweaks

This commit is contained in:
tTh
2023-05-07 10:35:48 +02:00
parent 5577bd1767
commit aace571169
4 changed files with 11 additions and 9 deletions

View File

@@ -86,8 +86,8 @@ subroutine julia_colormapped(pic, cx, cy, maxiter)
pic(ix, iy)%b = mod(abs(int(aimag(Z)*140)), 255)
else
pic(ix, iy)%r = mod(iter*33, 255)
pic(ix, iy)%g = mod(iter*29, 255)
pic(ix, iy)%b = mod(iter*21, 255)
pic(ix, iy)%g = mod(iter*59, 255)
pic(ix, iy)%b = mod(iter*41, 255)
endif
enddo ! iy
enddo ! ix