ControlP5 color picker won't resize...
in
Contributed Library Questions
•
1 year ago
Hi everybody
Is it possible or not?
The alternative otherwise would be to use the simple Slider with the size I want; I would have then to change color with the setColor method and so forth for the two other color picker slider (I'm thinking RGB)... Lot of work, so I hope you might help shed some light on the issue...
Thanks in advance
I've been trying this for a while, but I don't understand if it's me missing something or whatelse....
I'm trying to create a simple GUI where I have a color picker... Problem is the slider are quite small and I would like to augment the HEIGHT of the RGB slider...
I'm trying to create a simple GUI where I have a color picker... Problem is the slider are quite small and I would like to augment the HEIGHT of the RGB slider...
- controlP5 = new ControlP5(this);
- /*
- * (floatMin,floatMax,float DefaultValue,int X,int Y,int W,int H)
- */
- cp = controlP5.addColorPicker("picker",100,150,sliderW+50,0);
Is it possible or not?
The alternative otherwise would be to use the simple Slider with the size I want; I would have then to change color with the setColor method and so forth for the two other color picker slider (I'm thinking RGB)... Lot of work, so I hope you might help shed some light on the issue...
Thanks in advance
1