set "Color On" and "Color Off" for CustomButton in script
Posted: 18 Mar 2017 19:29
Hi,
so I can set the color of my CustomButton objects in a script like so:
But how would I set Color On and Color Off ???
so I can set the color of my CustomButton objects in a script like so:
Code: Select all
setattribute(GridButton56, 'color', RGB(1, 1, 1));