スキンを使用してパネルのグラデーション背景色を設定しようとしています。コードを変更しようとしましたが、何も変わっていないようです。何をすべきかわからない。返信ありがとうございます。
私のスキンファイル
/<!-- layer 2: background fill --/>
<!--- Defines the appearance of the PanelSkin class's background. -->
<s:Rect id="background" left="1" top="1" right="1" bottom="1">
<s:fill>
<!--- @private
Defines the PanelSkin class's background fill. The default color is 0xFFFFFF. -->
<s:SolidColor id="backgroundFill" color="red"/> //Change to red but
//nothing happen....
</s:fill>
</s:Rect>