/* Define the skin elements that should not be colorized. For list, the skin itself is colorized but the individual parts are not. */ static private const exclusions:Array = ["scroller", "background"]; /** * @copy spark.skins.SparkSkin#colorizeExclusions */ override public function get colorizeExclusions():Array {return exclusions;} /* Define the content fill items that should be colored by the "contentBackgroundColor" style. */ static private const contentFill:Array = ["bgFill"]; override public function get contentItems():Array {return contentFill};