hey! how can i change the colors of individual sliders in controlP5? so every slider has a different color?
i can only get it to work on all sliders at once :/
here's my code if it helps:
import controlP5.*;
ControlP5 cp5;
ControlWindow controlWindow;
public int Radius = 10; //Startwert
public int Anzahl = 1; //Startwert
public float Rotieren = -2; //Startwert
public int Rot = 255; //Startwert
public int Gruen = 255; //Startwert
public int Blau = 255; //Startwert
public int Glas = 255; //Startwert
void setup() {
size(900, 900,P3D);
cp5 = new ControlP5(this);
controlWindow = cp5.addControlWindow("controlP5window", 400, 400, 400, 400) //größe des Fenster