I create a Colour of 214,218,219, and in my LookAndFeel for ::drawStandardTextButton I do a g.setColour(), then do a g.drawLine()…
Even though the colour shows as 214,218,219, it is being painted as 143,145,146, which I can prove with a screen capture.
Any idea what is causing this?