summaryrefslogtreecommitdiffstats
path: root/constants.py
blob: e19c127ea7dce51dabe94e89f313ccae06b7bae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
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