Schedule more colorful

This commit is contained in:
Caesar2011
2018-08-01 00:33:04 +02:00
parent 2b4e923cef
commit a1690bd223

View File

@@ -81,7 +81,7 @@ public class Event implements Serializable {
// range for more beautiful colors
h = h / 30 * 30;
int s = 100;
int v = 50;
int v = 80;
return hsvToRgb(h/360.0, s/100.0, v/100.0);
}