[6.6.0][引导线] 优化前车引导线黑边问题

This commit is contained in:
renwj
2024-09-04 17:25:55 +08:00
parent d7929c4df0
commit c87f8e2dca
4 changed files with 5 additions and 51 deletions

View File

@@ -73,7 +73,7 @@ public class RouteOverlayDrawer {
List<Integer> alphas = MapTools.INSTANCE.getColorAlpha(temps);
if (alphas != null && !alphas.isEmpty()) {
for (int i : alphas) {
greenWaveColors.add(Color.argb(i, 109,254,208));
greenWaveColors.add(Color.argb(i, 48, 163, 255));
}
}
}
@@ -151,7 +151,7 @@ public class RouteOverlayDrawer {
if (alphas != null && !alphas.isEmpty()) {
colors = new CopyOnWriteArrayList<>();
for (int i : alphas) {
colors.add(Color.argb(i, 48,203,251));
colors.add(Color.argb(i, 48,163,255));
}
}
}