diff --git a/waves.py b/waves.py index 186aa29..acd186e 100755 --- a/waves.py +++ b/waves.py @@ -6,13 +6,13 @@ from utils import random_color # dimensions of the output image -WIDTH, HEIGHT = 1024, 1024 +WIDTH, HEIGHT = 1920, 1080 # numbers of waves -WAVES = 10 +WAVES = 12 # how much should the phases be offset? -WAVE_OFFSET = -0.7 +WAVE_OFFSET = 0 - (math.pi/4)#-1.9 # amplitude of the sine wave -AMPLITUDE = 25 +AMPLITUDE = 50 # only 1 color with shades? MONOCHROME = True # background black? White otherwise: