From 1a2eb7a3e48442ce8b8de1cbaa66f2045833622a Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Wed, 15 Dec 2021 19:02:42 +0100 Subject: [PATCH] waves workin well --- waves.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: