[RouteOpt]引导线效果优化二期

[RouteOpt]xxxx
This commit is contained in:
renwj
2022-07-20 09:55:58 +08:00
parent a274aadb00
commit ef0271762c
8 changed files with 366 additions and 524 deletions

View File

@@ -482,6 +482,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();
}
return target;
}