diff options
Diffstat (limited to '')
-rw-r--r-- | radharc.1 | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -153,6 +153,14 @@ for local display 0 when using X. .TP .BR -t \ \fItemperature\fP Colour temperature, in Kelvins, to apply. + +If +.I temperature +is +.RB ' ? ' +or +.RB ' get ', +the utility will print the currently applied temperature. .TP .B -x Remove the currently applied filter. @@ -187,7 +195,28 @@ If the fade in time is 0 (default) or if the signal is sent twice, the effect is restored immediately. If sent during the initial fade in, the fade in is cancelled -and the full effect is immediately applied +and the full effect is immediately applied. + +.SH STDOUT +The standard output is normally not used, however if +.I temperature +has been specified with +.RB ' get ' +or +.RB ' ? ', +the colour temperature that was set before when the +program started is printed to standard output on the +following format: +.P +.RS +.nf +\fB\(dq%uK\en\(dq, \fP<\fIpreapplied temperature\fP> +.fi +.RE +.P +where it is garanteed that +.I preapplied temperature +is within [1000, 40000]. .SH SEE ALSO .BR coopgammad (1), |