diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-19 06:33:34 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-19 06:33:51 +0100 |
commit | 7e9d6cbbeea9bf4c0df0f31c6f5ff4c553681d0e (patch) | |
tree | 7719f6acb2d2087196e4ea593aa92a23c084c798 | |
parent | demo make_icc_interpolation (diff) | |
download | blueshift-7e9d6cbbeea9bf4c0df0f31c6f5ff4c553681d0e.tar.gz blueshift-7e9d6cbbeea9bf4c0df0f31c6f5ff4c553681d0e.tar.bz2 blueshift-7e9d6cbbeea9bf4c0df0f31c6f5ff4c553681d0e.tar.xz |
doc _ICC_PROFILE
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | info/blueshift.texinfo | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -3,7 +3,7 @@ High priority: Add models for calculating fade and refresh rate parameters Medium priority: - Test, demo and document _ICC_PROFILE + Test and demo _ICC_PROFILE Demo functionise Make it possible to have settings depend on sky condicitions. (I have a GPL3 implmenetion of wheter observation in xpybar.) diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index f87729a..fc78b80 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -786,6 +786,12 @@ stored on the X server. This function returns a list of the index of a monitor and the raw data (series of bytes) of the ICC profile for indicated monitor on the indicated screen. Monitors without profiles are not listed. +Associated ICC profile is mapped as properties of the +root window of X screens. The ICC profile of a primary +monitor in a screen is saved as a property named +@var{_ICC_PROFILE}, the secondary monitor is stored as +@var{_ICC_PROFILE_1}, the tertiary monitor is stored as +@var{_ICC_PROFILE_2}, and so on. @item get_current_icc() This function works like @code{get_current_icc_raw}, except |