Skip to content
Snippets Groups Projects
Verified Commit 0cf31443 authored by tristan.muller's avatar tristan.muller Committed by philippe.verley_ird.fr
Browse files

Change the background color of the colorbar image.

parent 50f4f0c3
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ public class ColorBars {
/* Draw a white rectangle */
final Rectangle2D r = new Rectangle2D.Double(0, 0, width, height);
g.setColor(new Color(0.95f, 0.95f, 0.95f));
g.setColor(new Color((float) 208 / 255, (float) 214 / 255, (float) 217 / 255));
g.fill(r);
final float circleSize = height * 0.825f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment