Hi,
I’m trying to change the color of a TextButton. This is what I’m doing
guitar.setColour(juce::TextButton::buttonColourId,juce::Colours::turquise);
And that’s what I’ve seen online that works but it’s saying that there are too few arguments to function call for some reason. Am I doing something wrong?
Thanks!
