diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-04 18:22:32 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-04 18:22:32 +0100 |
commit | a3b8afe314883f977f37c202fe39297726108e41 (patch) | |
tree | a93dff3738e9ead2047ccd3a2cf06d7d1db6b304 /libred.h.0 | |
parent | Add libred_get_colour_xy, libred_get_temperature_xy, and libred_get_temperature (diff) | |
download | libred-5531c3046b1c892a6834544b113614db95c55917.tar.gz libred-5531c3046b1c892a6834544b113614db95c55917.tar.bz2 libred-5531c3046b1c892a6834544b113614db95c55917.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libred.h.0')
-rw-r--r-- | libred.h.0 | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -8,7 +8,8 @@ libred.h \- Solar elevation and blackbody colour calculation .fi .PP Link with -.IR -lred . +.I -lred +.IR -lm . .SH DESCRIPTION The .I <libred.h> @@ -116,11 +117,21 @@ It is night only if the Sun's apparent elevation is negative. This header defines the following functions: .TP * -.BR libred_solar_elevation (3) +.BR libred_get_colour (3) .TP * -.BR libred_get_colour (3) +.BR libred_get_colour_xy (3) +.TP +* +.BR libred_get_temperature (3) +.TP +* +.BR libred_get_temperature (3) +.TP +* +.BR libred_solar_elevation (3) .SH SEE ALSO .BR libred (7), -.BR libred_solar_elevation (3), -.BR libred_get_colour (3) +.BR libred_get_colour (3), +.BR libred_get_temperature (3), +.BR libred_solar_elevation (3) |