cramicule is comming !
This commit is contained in:
@@ -93,9 +93,9 @@ subroutine julia_colormapped(pic, cx, cy, mag, maxiter)
|
||||
endif
|
||||
end do
|
||||
if (over_iter) then
|
||||
pic(ix, iy)%r = mod(int(modulus2(Z)*2000.0), 255)
|
||||
pic(ix, iy)%g = mod(abs(int(real(Z) *11.0)), 255)
|
||||
pic(ix, iy)%b = mod(abs(int(aimag(Z)*11.0)), 255)
|
||||
pic(ix, iy)%r = mod(int(modulus2(Z)*1337.0), 255)
|
||||
pic(ix, iy)%g = mod(abs(int(real(Z) *17.0)), 255)
|
||||
pic(ix, iy)%b = mod(abs(int(aimag(Z)*17.0)), 255)
|
||||
print *, ix, iy, Z, modulus2(Z)
|
||||
over = over + 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user