summaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-15 19:36:59 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-15 19:36:59 +0100
commit58e9420ac3b5d4763949e33ed7fd74474b6a7b9a (patch)
treec2fc3c3e909f61968cb7ea46b538aea436c0fd37 /src/__main__.py
parentget current time (diff)
downloadblueshift-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/__main__.py')
-rwxr-xr-xsrc/__main__.py10
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