summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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