##// END OF EJS Templates
Use pure white in the light end of gradients
Tero Ahola -
r656:fb0cd0785d0b
parent child
Show More
@@ -281,7 +281,7 void ChartTheme::generateSeriesGradients()
281 281 // most themes. The rest of the gradients we can define manually in theme specific
282 282 // implementation.
283 283 QColor start = color;
284 start.setHsvF(h, 0.05, 0.95);
284 start.setHsvF(h, 0.0, 1.0);
285 285 g.setColorAt(0.0, start);
286 286
287 287 g.setColorAt(0.5, color);
General Comments 0
You need to be logged in to leave comments. Login now