Not sure i understand what non-destructive alteration of colours means... do you mean you want to be able to toggle the highlighted state instead of clicking?richmond62 wrote: ↑Wed Feb 02, 2022 11:15 amIndeed, Jacque and Stam both; and thank you for your suggestions.
However I should like to alter the colours of buttons and their icons in a
NON-DESTRUCTIVE fashion, so that "with the flick of a switch" on could
flip back and forth between 2 colour states.
And, when push comes to shove, all I am really looking
for is a way to INVERT all colours of an object.
If so, again universal button will help you out, just set it's isToggle property to true (in code of via property inspector)'
If not, please explain...
Or do you mean you want to treat a button as an image and invert it's RGB values? (in which case why not just use a graphic as a button and do that?)