diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-05-24 18:41:20 -0400 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2012-07-06 23:16:17 +0200 |
commit | a756d6e7ad0e8fe1bf0cc8fcffb2fcc0e6fed6c1 (patch) | |
tree | 6d17be5c85dd3bf2f2852203c38254a2ec6f2b2c | |
parent | f4f7f273f6ee2a400c0cf4677f74b72280a8af7f (diff) | |
download | gsettings-desktop-schemas-a756d6e7ad0e8fe1bf0cc8fcffb2fcc0e6fed6c1.tar.gz |
Magnifier: Add a color saturation setting
Add a color-saturation setting, which will get used by the shell
magnifier to modify the color saturation. The allowed values are
floating point numbers between 0.0 (for grayscale) and 1.0 (for
full color).
https://bugzilla.gnome.org/show_bug.cgi?id=676783
-rw-r--r-- | schemas/org.gnome.desktop.a11y.magnifier.gschema.xml.in.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml.in.in b/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml.in.in index c28a769..925aa90 100644 --- a/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml.in.in +++ b/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml.in.in @@ -117,6 +117,15 @@ become lighter and vice versa, and white and black are interchanged. </_description> </key> + <key name="color-saturation" type="d"> + <default>1.0</default> + <range min="0.0" max="1.0"/> + <_summary>Color Saturation</_summary> + <_description> + Represents a change to the color saturation, from 0.0 (grayscale) + to 1.0 (full color). + </_description> + </key> <key name="brightness-red" type="d"> <default>0.0</default> <range min="-1.0" max="1.0"/> |