change color

This commit is contained in:
Hiajen Hiajen 2021-06-23 20:36:39 +02:00
parent dead4f21a8
commit 593360c2aa
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ public class TagDTO {
return 0xaaaaaa;
return ColorUtil.interpolate(
0xffffff,
0x0000aa,
0x00ff00,
0xff0000,
computeOffset(0, 10, grade));
}
}