Alternate color changing functions

Can you add additional color changing actions for changing bg color, recoloring sprites/text/particles/etc.?

The alternative ones would allow to input R,G,B values directly so we could make many more different effects than we can with “static” color changing as it is now (for example fading from one color to another, etc.)

Color are no more no less than strings : :slight_smile:

Set color of Myobject to VariableString(Red)+";"+VariableString(Green)+";"+VariableString(Blue)

Then maybe you could add “edit as string” button? Because I very like to “click out” expressions as I can’t always remember all functions names.