jmm
1
Hello everyone,
I want to change the button´s background color. I would like to set the color with the RGB values of only one button. Is it possible?
For the moment, I´ve tried to use the RGB values in the Background Slot in the button node with different formats (0,0,0 ; 0 0 0; 0.0.0).
Any help is appreciated
jbudd
3
You can also get a colour change when it's clicked with a message property in moustaches such as {{background}}
msg.background = rgb(100, 50, 100)
1 Like
jmm
4
Thank you very much for your rapid response!!!
system
Closed
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.