diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2009-11-04 22:25:26 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2009-11-04 22:25:26 +0100 |
commit | 485c19ef3080c1492130f7032dbc8ee907a9a582 (patch) | |
tree | e5e88a0a65bb5aeca21faa8a6e3792e71989575e /colortemp.h | |
parent | Make transition period a bit shorter. (diff) | |
download | redshift-ng-485c19ef3080c1492130f7032dbc8ee907a9a582.tar.gz redshift-ng-485c19ef3080c1492130f7032dbc8ee907a9a582.tar.bz2 redshift-ng-485c19ef3080c1492130f7032dbc8ee907a9a582.tar.xz |
Allow individual adjustment of each gamma channel.
Diffstat (limited to 'colortemp.h')
-rw-r--r-- | colortemp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colortemp.h b/colortemp.h index d2e9630..fae5947 100644 --- a/colortemp.h +++ b/colortemp.h @@ -4,6 +4,6 @@ #define _COLORTEMP_H int colortemp_check_extension(); -int colortemp_set_temperature(int temp, float gamma); +int colortemp_set_temperature(int temp, float gamma[3]); #endif /* ! _COLORTEMP_H */ |