| Did you know ... | Search Documentation: |
| Predicate ansi_get_color/2 |
foreground and background. This predicate sends a request to the
console (user_output) and reads the reply. This assumes an xterm
compatible terminal.
| RGB | - is a term rgb(Red,Green,Blue). The color components are
floats in the range 0.0..1.0. They are sRGB encoded, as that is
what the terminal reports; linearise them before doing colour
arithmetic that assumes light intensities. |