[Change]
A、恢复引导线渐变色 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user