Having no luck in finding an easy way to get color codes I have made a small app which can do this for me
I will upload here shortly as well for others.
[description to follow]
BRB

I will upload here shortly as well for others.
[description to follow]
Code:
Red = 500; White = 16777215; Black = 0; if condition == true then Input.SetProperties("Input1",{BackgroundColor=Red,FontColor=White}); else Input.SetProperties("Input1",{BackgroundColor=White,FontColor=Black}); end

Comment