Почему TextFormat.color не является числом?

#actionscript #casting #actionscript #Кастинг Вопрос: var tf:TextFormat = myTextField.getTextFormat(); trace(typeof tf.color); // "number" trace(tf.color is uint); // true var myColor:uint = tf.color; // error: 1118: Implicit coercion of a value…

Продолжить чтениеПочему TextFormat.color не является числом?