add new Tag, Use Style instead of Textformating, implement grade indicator, fix offset #6

Merged
hiajen merged 3 commits from #4-#3-add_new_tag_and_implement_grade_indication into master 2021-06-25 22:07:33 +02:00
Showing only changes of commit 593360c2aa - Show all commits

View file

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