diff options
Diffstat (limited to 'info/libgamma.texinfo')
-rw-r--r-- | info/libgamma.texinfo | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index 63e8d71..8bac4b8 100644 --- a/info/libgamma.texinfo +++ b/info/libgamma.texinfo @@ -466,6 +466,7 @@ and for the freedom of all. @chapter API @menu +* Adjustment methods:: Selecting adjustment method. * Errors:: Error codes and how to handle errors. @end menu @@ -533,6 +534,26 @@ You may also want to add checks for update to +@node Adjustment methods +@section Adjustment methods + +@command{libgamma} is an abstraction layer that +lets you select which display server and protocol +--- together called adjustment method --- it +should use to work with the monitors' gamma +ramps. Supported adjustment method, even if +excluded at compile-time are identfier by numerical +values. + +@table @code +£>for method in $(libgamma-method-extract --list --method); do +@item £{method} +£>libgamma-method-extract --method $method | texise +£>done +@end table + + + @node Errors @section Errors |