summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorgroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-09 14:45:03 -0400
committergroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-09 14:45:03 -0400
commitdfe1127addf7e31acd63e87db0a5d5e35628ea67 (patch)
tree101526e338590ba0980ff1809a8338cd12b50b4e /constants.py
parentdd7dd93d9e1ee2e0095f0fa403a499b69aa289a8 (diff)
downloadbridge-dfe1127addf7e31acd63e87db0a5d5e35628ea67.tar.zst
Add twinkle
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py22
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