Hello, How can I change the transparency of a button in ControlP5 library?
1 Like
When creating the button, you can use .setColorBackground(color(200, 20, 50, 127))
, because colors do contain transparency, too.
2 Likes