global on/off (#424)

* implement global on/off

* set gamma minimum to 0.1
This commit is contained in:
redPanther
2017-03-23 17:11:07 +01:00
committed by GitHub
parent a08e951762
commit c6fa40fa87
5 changed files with 72 additions and 22 deletions

View File

@@ -306,7 +306,7 @@
"type" : "number",
"title" : "edt_conf_color_gammaRed_title",
"required" : true,
"minimum" : 0.0,
"minimum" : 0.1,
"maximum": 100.0,
"default" : 1.5,
"step" : 0.1,
@@ -317,7 +317,7 @@
"type" : "number",
"title" : "edt_conf_color_gammaGreen_title",
"required" : true,
"minimum" : 0.0,
"minimum" : 0.1,
"maximum": 100.0,
"default" : 1.5,
"step" : 0.1,
@@ -328,7 +328,7 @@
"type" : "number",
"title" : "edt_conf_color_gammaBlue_title",
"required" : true,
"minimum" : 0.0,
"minimum" : 0.1,
"maximum": 100.0,
"default" : 1.5,
"step" : 0.1,