Hi Jules,
it seems that custom colours for rotary sliders aren’t handled, as in LookAndFeel::drawRotarySlider(), you set colours with :
if (slider.isEnabled())
g.setColour (Colours::blue.withAlpha (isMouseOver ? 0.5f : 0.35f));
else
g.setColour (Colours::grey.withAlpha (0.5f));
So, could you enable rotary sliders colours customization ?
Thanx in advance !