From 58e9420ac3b5d4763949e33ed7fd74474b6a7b9a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 15 Feb 2014 19:36:59 +0100 Subject: fade time variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/__main__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2