How to get the RGB values from 3 text fields at run time and change the fillcolor of another object based on the values intered in those 3 text fields?
Object_Colour.fillColor = "R.rawValue,G.rawValue,B.rawValue";
How to get the RGB values from 3 text fields at run time and change the fillcolor of another object based on the values intered in those 3 text fields?
Object_Colour.fillColor = "R.rawValue,G.rawValue,B.rawValue";