I'm trying to change colors on particular sliders. I have found setSliderColor() ... but this requires I know the number of the slider ... I have many and am constantly adding and moving them as the design of the
app changes. It the setSliderColor take the sliderId of the slider (the one used everywhere else to identify it) instead of its numerical order in the code.
Or is there another way?