@tiesvdam said in Use custom # code for Color:
And for this one?
g.setColour(Colours.withAlpha(Colours.orangered, opacity));i that it would be:
g.setColour(Colours.withAlpha(Colours.0xFFFF5800, opacity));But that did not work :(
Just remove the “Colours.” So you’re left with just “0xFFFF5800”