diff --git a/docs/G302.txt b/docs/G302.txt index 05e3d3b..61a7d18 100644 --- a/docs/G302.txt +++ b/docs/G302.txt @@ -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, diff --git a/docs/G400.txt b/docs/G400.txt index e9477f7..ec9f9da 100644 --- a/docs/G400.txt +++ b/docs/G400.txt @@ -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,