My Goal is to add the color for text by dynamically.
var tf:TextField = new TextField();
tf.text ="jkg"
tf.textColor = chatData.user;
listChat.addChild(tf);
Here my chatData.user is 16777215 this format.But i need chatData.user (0xFF0000) this format.how do i convert the color code?
Try this