/** * The host component of this skin. */ [HostComponent("Object")] /* Define the skin elements that should not be colorized. * For WindowedApplication, border and status bar background are colorized, * but the content area and status text are not. * Exclude the titleBar because it is a SparkSkin and we * don't want to colorize it twice. */ static private const exclusions:Array = ["backgroundRect", "contentGroup", "titleBar", "titleBarBackgroundRect", "statusText", "borderBgFill"]; /** * @inheritDoc */ override public function get colorizeExclusions():Array {return exclusions;}