Skip to content

Commit 5a295b9

Browse files
committed
Allow for full desaturation
1 parent b874453 commit 5a295b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libsrc/api/JSONRPC_schema/schema-adjustment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"saturationGain" : {
139139
"type" : "integer",
140140
"required" : false,
141-
"minimum" : 0.1,
141+
"minimum" : 0.0,
142142
"maximum": 100.0
143143
},
144144
"valueGain" : {

libsrc/hyperion/schema/schema-color.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"type" : "number",
164164
"title" : "edt_conf_color_saturationGain_title",
165165
"required" : true,
166-
"minimum" : 0.1,
166+
"minimum" : 0.0,
167167
"maximum": 100.0,
168168
"default" : 1.0,
169169
"step" : 0.1,

0 commit comments

Comments
 (0)