Skip to content

Commit

Permalink
better rgb transparent viz
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Nov 23, 2023
1 parent 90dc39b commit a58777e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Color/ColorSource/ui/ColorViz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void ColorViz::paint(Graphics& g)
g.setColour(c);
g.fillEllipse(pr);

g.setColour(c.withAlpha(.5f));
g.setColour(c.brighter(.6f).withAlpha(.7f));
g.drawEllipse(pr, 1);
}
}
Expand Down

0 comments on commit a58777e

Please sign in to comment.