控件互斥,自动颜色模式屏蔽色调曲线

This commit is contained in:
yangjiaxuan 2023-08-10 10:40:12 +08:00
parent be741d7c53
commit 5d45421a14
7 changed files with 35 additions and 28 deletions

View File

@ -580,7 +580,8 @@
"type": "bool", "type": "bool",
"cur": false, "cur": false,
"default": false, "default": false,
"size": 4 "size": 4,
"depend_or": ["mode!=颜色自动识别"]
}, },
"brightness": { "brightness": {
"cat": "base", "cat": "base",
@ -602,7 +603,7 @@
"max": 255, "max": 255,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"contrast": { "contrast": {
"cat": "base", "cat": "base",
@ -624,7 +625,7 @@
"max": 7, "max": 7,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"gamma": { "gamma": {
"cat": "base", "cat": "base",
@ -646,7 +647,7 @@
"max": 5.000000, "max": 5.000000,
"step": 0.499000 "step": 0.499000
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"grp-3": { "grp-3": {
"cat": "base", "cat": "base",

View File

@ -615,7 +615,8 @@
"type": "bool", "type": "bool",
"cur": false, "cur": false,
"default": false, "default": false,
"size": 4 "size": 4,
"depend_or": ["mode!=颜色自动识别"]
}, },
"brightness": { "brightness": {
"cat": "base", "cat": "base",
@ -637,7 +638,7 @@
"max": 255, "max": 255,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"contrast": { "contrast": {
"cat": "base", "cat": "base",
@ -659,7 +660,7 @@
"max": 7, "max": 7,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"gamma": { "gamma": {
"cat": "base", "cat": "base",
@ -681,7 +682,7 @@
"max": 5.000000, "max": 5.000000,
"step": 0.499000 "step": 0.499000
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"grp-3": { "grp-3": {
"cat": "base", "cat": "base",

View File

@ -615,7 +615,8 @@
"type": "bool", "type": "bool",
"cur": false, "cur": false,
"default": false, "default": false,
"size": 4 "size": 4,
"depend_or": ["mode!=颜色自动识别"]
}, },
"brightness": { "brightness": {
"cat": "base", "cat": "base",
@ -637,7 +638,7 @@
"max": 255, "max": 255,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"contrast": { "contrast": {
"cat": "base", "cat": "base",
@ -659,7 +660,7 @@
"max": 7, "max": 7,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"gamma": { "gamma": {
"cat": "base", "cat": "base",
@ -681,7 +682,7 @@
"max": 5.000000, "max": 5.000000,
"step": 0.499000 "step": 0.499000
}, },
"depend_and": ["is-custom-gamma==false"] "depend_and": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"grp-3": { "grp-3": {
"cat": "base", "cat": "base",

View File

@ -580,7 +580,8 @@
"type": "bool", "type": "bool",
"cur": false, "cur": false,
"default": false, "default": false,
"size": 4 "size": 4,
"depend_or": ["mode!=颜色自动识别"]
}, },
"brightness": { "brightness": {
"cat": "base", "cat": "base",
@ -602,7 +603,7 @@
"max": 255, "max": 255,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"contrast": { "contrast": {
"cat": "base", "cat": "base",
@ -624,7 +625,7 @@
"max": 7, "max": 7,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"gamma": { "gamma": {
"cat": "base", "cat": "base",
@ -646,7 +647,7 @@
"max": 5.000000, "max": 5.000000,
"step": 0.499000 "step": 0.499000
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode!=颜色自动识别"]
}, },
"grp-3": { "grp-3": {
"cat": "base", "cat": "base",

View File

@ -598,7 +598,8 @@
"type": "bool", "type": "bool",
"cur": false, "cur": false,
"default": false, "default": false,
"size": 4 "size": 4,
"depend_or": ["mode!=颜色自动识别"]
}, },
"brightness": { "brightness": {
"cat": "base", "cat": "base",
@ -620,7 +621,7 @@
"max": 255, "max": 255,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"contrast": { "contrast": {
"cat": "base", "cat": "base",
@ -642,7 +643,7 @@
"max": 7, "max": 7,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"gamma": { "gamma": {
"cat": "base", "cat": "base",
@ -664,7 +665,7 @@
"max": 5.000000, "max": 5.000000,
"step": 0.499000 "step": 0.499000
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"grp-3": { "grp-3": {
"cat": "base", "cat": "base",

View File

@ -580,7 +580,8 @@
"type": "bool", "type": "bool",
"cur": false, "cur": false,
"default": false, "default": false,
"size": 4 "size": 4,
"depend_or": ["mode!=颜色自动识别"]
}, },
"brightness": { "brightness": {
"cat": "base", "cat": "base",
@ -602,7 +603,7 @@
"max": 255, "max": 255,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"contrast": { "contrast": {
"cat": "base", "cat": "base",
@ -624,7 +625,7 @@
"max": 7, "max": 7,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"gamma": { "gamma": {
"cat": "base", "cat": "base",
@ -646,7 +647,7 @@
"max": 5.000000, "max": 5.000000,
"step": 0.499000 "step": 0.499000
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"grp-3": { "grp-3": {
"cat": "base", "cat": "base",

View File

@ -615,7 +615,8 @@
"type": "bool", "type": "bool",
"cur": false, "cur": false,
"default": false, "default": false,
"size": 4 "size": 4,
"depend_or": ["mode!=颜色自动识别"]
}, },
"brightness": { "brightness": {
"cat": "base", "cat": "base",
@ -637,7 +638,7 @@
"max": 255, "max": 255,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"contrast": { "contrast": {
"cat": "base", "cat": "base",
@ -659,7 +660,7 @@
"max": 7, "max": 7,
"step": 1 "step": 1
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"gamma": { "gamma": {
"cat": "base", "cat": "base",
@ -681,7 +682,7 @@
"max": 5.000000, "max": 5.000000,
"step": 0.499000 "step": 0.499000
}, },
"depend_and": ["is-custom-gamma==false"] "depend_or": ["is-custom-gamma==false", "mode==颜色自动识别"]
}, },
"grp-3": { "grp-3": {
"cat": "base", "cat": "base",