A、恢复引导线渐变色

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-08-29 15:42:56 +08:00
parent 894654ddf1
commit 38c7fbd48d

View File

@@ -483,11 +483,11 @@ public class ObjectUtils {
if (options.getColorValues() != null) {
target.colorValues(options.getColorValues());
}
// if (options.isBrightOn()) {
// target.isBright = true;
// target.brightColor = options.getBrightColor();
// target.brightSpeed = options.getBrightSpeed();
// }
if (options.isBrightOn()) {
target.isBright = true;
target.brightColor = options.getBrightColor();
target.brightSpeed = options.getBrightSpeed();
}
return target;
}