willmh93 on DeviantArthttps://www.deviantart.com/willmh93/art/Mathematical-Beauty-288441791willmh93

Deviation Actions

willmh93's avatar

Mathematical Beauty

By
Published:
1.6K Views

Description

Generated in realtime using the following equations for each pixel colour channel:

R = Math.cos(Math.sin(((y*2-i/2) - (x*2-i/5) + i) * (0.015-i/1000000)) * 10 + (x*2-200) * (y*2-200) * 0.001 + i / 1000) * 127 + 127;
G = Math.sin((((R+Math.cos(i/10000)*1000)/(y*2+50)+i*0.01)*0.001)*(i+(x*2+200)/100)) * 127 + 127;
B = Math.sin(G*0.01)*127+127;


where:
'i' is a value changing with time
'x' = X-Position of current pixel
'y' = Y-Position of current pixel
Image size
650x480px 1.56 KB
© 2012 - 2024 willmh93
Comments14
Join the community to add your comment. Already a deviant? Log In
GryphonsArt's avatar
I hate mathematic.. but this mathematic is Beautiful <3