diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-15 19:36:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-15 19:36:59 +0100 |
commit | 58e9420ac3b5d4763949e33ed7fd74474b6a7b9a (patch) | |
tree | c2fc3c3e909f61968cb7ea46b538aea436c0fd37 /src | |
parent | get current time (diff) | |
download | blueshift-58e9420ac3b5d4763949e33ed7fd74474b6a7b9a.tar.gz blueshift-58e9420ac3b5d4763949e33ed7fd74474b6a7b9a.tar.bz2 blueshift-58e9420ac3b5d4763949e33ed7fd74474b6a7b9a.tar.xz |
fade time variables
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/__main__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/__main__.py b/src/__main__.py index d6ace7c..6ad21ce 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -85,6 +85,16 @@ monitor_controller = lambda : randr() :()→void Function used by Blueshift on exit to apply reset colour curves ''' +fadein_time = 10 +''' +:float The number of seconds used to fade in on start +''' + +fadeout_time = 10 +''' +:float The number of seconds used to fade out on exit +''' + ## Set globals variables global DATADIR, i_size, o_size, r_curve, g_curve, b_curve, clip_result |