源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
377 B

Config = Config or {}
Config.ConfigModelGray = Config.ConfigModelGray or {}
--模型的变灰参数,可以调整灰度色阶
Config.ConfigModelGray.info = {
default = { input_black = 0 , input_gamma = 1,input_white = 255,output_white = 255,output_black = 0 },
[5400000] = { input_black = 0 , input_gamma = 0.43,input_white = 255,output_white = 214.5,output_black = 0 },
}