Loading...
Logo
Processing Forum
Hi,
Is there a way to add a stroke outline around controlp5 button?
I've looked at the reference, and these are functions I found related to colors:

setColorBackground( )
setColorForeground()
setColorLabel()
setColorActive() 


but none of it adds a stroke. with textfield, i can add a stroke using setColorForeground(), but with button it works different..