diff options
| author | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-09-30 21:45:03 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-09-30 21:45:03 -0400 |
| commit | 6d33edbed15bacae2698cba32d60c812e54f5b7b (patch) | |
| tree | 6e814fa90d90801b8fcd2418504203ddf950691e /constants.py | |
| parent | dd7dd93d9e1ee2e0095f0fa403a499b69aa289a8 (diff) | |
| download | bridge-6d33edbed15bacae2698cba32d60c812e54f5b7b.tar.zst | |
Meeting 2
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/constants.py b/constants.py index e19c127..1685c5a 100644 --- a/constants.py +++ b/constants.py @@ -1,10 +1,22 @@ """Constants that may be tweaked in the future.""" from __future__ import division, unicode_literals -FRAME_RATE = 10 #44 +FRAME_RATE = 22 MIN_VALUE = 0 MAX_VALUE = 1 -MAX_TIME = 4 -MIN_TIME = 0.3 -MAX_HUE = 169 / 360 -MIN_HUE = 250 / 360 +MAX_TIME = 2 +MIN_TIME = 0.1 +MIN_HUE = 207 / 360 +MAX_HUE = 250 / 360 +MAX_SATURATION = 1 +MIN_SATURATION = 0.5 +MIN_VALUE = 0.3 +MAX_VALUE = 1 + +# shallow +MIN_HUE = 169 / 360 +MAX_HUE = 250 / 360 +MAX_SATURATION = 1 +MIN_SATURATION = 0.5 +MIN_VALUE = 0.3 +MAX_VALUE = 1 |
