Colour accent on preset select, laf fix?
-
@DanH haha i have too much going on in my project to share, maybe this will help? :)
//color preset select if(obj.selected) { g.setColour(0x99521F22); g.fillRoundedRectangle(obj.area, 3.0); //red accent g.setColour(0x99ED3237); g.fillRoundedRectangle([a[0], a[1], a[2] / 1000 + 3, a[3]], {CornerSize: 2, Rounded:[1, 0, 1, 0]}); }
did you mean that?
-
@Straticah yes, thanks!