add new Tag, Use Style instead of Textformating, implement grade indicator, fix offset #6
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ public class TagDTO {
|
|||
return 0xaaaaaa;
|
||||
|
||||
return ColorUtil.interpolate(
|
||||
0xffffff,
|
||||
0x0000aa,
|
||||
0x00ff00,
|
||||
0xff0000,
|
||||
computeOffset(0, 10, grade));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue