From 8fe3070ca6bfa9a8c6c6fe3f54f5c49838095825 Mon Sep 17 00:00:00 2001
From: HeitorAugustoLN
Example:
true
Declared by:
+
+
+<plasma-manager/modules/apps/okular.nix>
+
+ |
programs.okular.accessibility.changeColors.blackWhiteContrast
+
+
+New contrast strength. Used for the BlackWhite
mode.
Type: +null or integer between 2 and 6 (both inclusive)
+ +Default:
+null
Example:
+4
Declared by:
+
+
+<plasma-manager/modules/apps/okular.nix>
+
+ |
programs.okular.accessibility.changeColors.blackWhiteThreshold
+
+
+A threshold for deciding between black and white.
+Higher values lead to brighter grays.
+Used for the BlackWhite
mode.
Type: +null or integer or floating point number between 2 and 253 (both inclusive)
+ +Default:
+null
Example:
+127
Declared by:
@@ -4174,7 +4230,7 @@ boolean
Mode used to change the colors. Type: -null or one of “Inverted”, “Paper”, “Recolor” +null or one of “Inverted”, “Paper”, “Recolor”, “BlackWhite”, “InvertLightness”, “InvertLumaSymmetric”, “InvertLuma”, “HueShiftPositive”, “HueShiftNegative”Default:
Memory usage of Okular. This impacts the speed performance of Okular as it determines how much computation results are kept in memory and not recomputed. Type: -null or one of “Low”, “Normal”, “Agressive”, “Greedy” +null or one of “Low”, “Normal”, “Aggressive”, “Greedy”Default:
|