300安卓和400-3288设备增加偏色校正

This commit is contained in:
yangjiaxuan 2023-11-13 11:02:22 +08:00
parent 2757952c9f
commit 60a4ece9bf
2 changed files with 36 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"global": {
"device_type": "G302",
"option_count": 63
"option_count": 64
},
"restore": {
"cat": "base",
@ -677,6 +677,23 @@
"visible": true,
"unit": "None"
},
"color-correction": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "imgproc",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "色偏校正",
"desc": "色彩还原度矫正功能",
"type": "bool",
"cur": false,
"default": false,
"size": 4,
"depend_or": ["mode==24位彩色"]
},
"is-anti-skew": {
"cat": "base",
"readonly": false,

View File

@ -1,7 +1,7 @@
{
"global": {
"device_type": "G400",
"option_count": 66
"option_count": 67
},
"restore": {
"cat": "base",
@ -695,6 +695,23 @@
"visible": true,
"unit": "None"
},
"color-correction": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "imgproc",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "色偏校正",
"desc": "色彩还原度矫正功能",
"type": "bool",
"cur": false,
"default": false,
"size": 4,
"depend_or": ["mode==24位彩色"]
},
"is-anti-skew": {
"cat": "base",
"readonly": false,