Schedule more colorful

This commit is contained in:
Caesar2011
2018-08-01 00:33:04 +02:00
parent b3fadb4110
commit 7a07577cd4

View File

@@ -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);
} }