add renderColor type

This commit is contained in:
zhongchao
2021-08-16 19:01:17 +08:00
committed by lixiaopeng
parent b9261cd42d
commit b80f7857f1

View File

@@ -246,6 +246,7 @@ class BaseDrawer {
}
if (fromType == FROM_ADAS) {
switch (drawLevel) {
case 0:
case 1:
return Car3DModelColor.Normal.color;
case 2:
@@ -310,7 +311,7 @@ class BaseDrawer {
Normal("#D8D8D8FF"),
Warming("#FFD53EFF"),
Dangerous("#FF3C45FF"),
Error("#00000000");
Error("#7fb80e");
private final String color;