Colours
-
Can you please tell me how to transfer the color to the code editor?!
-
@udalilprofile
this.get("textColour");
-
@udalilprofile said in Colours:
For some reason, transparency is written at the beginning of the object properties. Move it to the end. In your example, it will be like this:
"0xE5FF00FF" -
@Shelest
I entered a value. I have a different color ( -
g.setGradientFill([0xE5FF00FF, 0, 0, Colours.black, 1.0, this.getHeight()]);
-
@udalilprofile
0xFFE5FF00 -
@Shelest thanx )))