diff options
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 |