aboutsummaryrefslogtreecommitdiffstats
path: root/redshift.c
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2009-11-04 21:56:28 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2009-11-04 21:56:28 +0100
commite63ea01dbd49c5ff67160e126d2a8cbaf38072c4 (patch)
treee1a62382dc61e2543553b717ebff0b7477edccd2 /redshift.c
parentHave color temperature transition period be DEFINEd at the top. (diff)
downloadredshift-ng-e63ea01dbd49c5ff67160e126d2a8cbaf38072c4.tar.gz
redshift-ng-e63ea01dbd49c5ff67160e126d2a8cbaf38072c4.tar.bz2
redshift-ng-e63ea01dbd49c5ff67160e126d2a8cbaf38072c4.tar.xz
Make transition period a bit shorter.
Diffstat (limited to 'redshift.c')
-rw-r--r--redshift.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/redshift.c b/redshift.c
index b917dbd..952ec09 100644
--- a/redshift.c
+++ b/redshift.c
@@ -29,9 +29,11 @@
#define DEFAULT_GAMMA 1.0
/* Angular elevation of the sun at which the color temperature
- transition period starts and ends. */
+ transition period starts and ends (in degress).
+ Transition during twilight, and while the sun is lower than
+ 3.0 degrees above the horizon. */
#define TRANSITION_LOW SOLAR_CIVIL_TWILIGHT_ELEV
-#define TRANSITION_HIGH 6.0
+#define TRANSITION_HIGH 3.0
#define USAGE \