diff options
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/constants.py b/constants.py new file mode 100644 index 0000000..e19c127 --- /dev/null +++ b/constants.py @@ -0,0 +1,10 @@ +"""Constants that may be tweaked in the future.""" +from __future__ import division, unicode_literals + +FRAME_RATE = 10 #44 +MIN_VALUE = 0 +MAX_VALUE = 1 +MAX_TIME = 4 +MIN_TIME = 0.3 +MAX_HUE = 169 / 360 +MIN_HUE = 250 / 360 |
