ControlP5 default colors
in
Contributed Library Questions
•
8 months ago
Hi guys,
I am trying to find the default colors for ControlP5 controls, when I instance something using
- myControls = new ControlP5(this)
instead of
- myControls = new ControlP5(this).setColorForeground(.....).setColorBackground(.....)
- .setColorLabel(.....).setColorValue(.....).setColorActive(.....);
Could some tell me?
Thanks in advance.
1