Change button`s background color

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

for RGB use it like this
image

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

Thank you very much for your rapid response!!!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.