[646]refactor: 调整全局轨迹层级&颜色;
This commit is contained in:
@@ -137,7 +137,7 @@ public class TrajectoryOverlayDrawer {
|
||||
if (alphas != null && !alphas.isEmpty()) {
|
||||
colors = new ArrayList<>();
|
||||
for (int i : alphas) {
|
||||
colors.add(Color.argb(i, 78,121,173));
|
||||
colors.add(Color.argb(i, 48,163,255));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user