Schedule more colorful
This commit is contained in:
@@ -81,7 +81,7 @@ public class Event implements Serializable {
|
|||||||
// range for more beautiful colors
|
// range for more beautiful colors
|
||||||
h = h / 30 * 30;
|
h = h / 30 * 30;
|
||||||
int s = 100;
|
int s = 100;
|
||||||
int v = 50;
|
int v = 80;
|
||||||
|
|
||||||
return hsvToRgb(h/360.0, s/100.0, v/100.0);
|
return hsvToRgb(h/360.0, s/100.0, v/100.0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user