Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IconButton スキンには、配列定数の除外がありました。BitmapImage の ID をこの配列に追加するだけで、BitmapImage が SparkSkin クラスによる色付けから除外されました。
static private const exclusions:Array = ["labelDisplay","icon"];
正しく表示されるようになりました。