|
楼主没有看过AVS的说明文档么?以下是关于tweak的亮度参数那部分
Tweak (clip, float "hue", float "sat", float "bright", float "cont", bool "coring")
Bright: (-255.0 to 255.0, default 0.0) is used to change the brightness of the image. Positive values increase the brightness. Negative values decrease the brightness.
可以这样理解(不完全准确),tweak的bright参数不是将当前的亮度设到某个值,而是将当前的亮度提高多少。你先提高80再提高10当然只会更亮更白,如果要改回亮度去应该试试负数,比如-80(具体多少要试试看了,因为很可能不是线性变化) |
|