[HostComponent("spark.components.Button")] /* Define the skin elements that should not be colorized. For button, the graphics are colorized but the label is not. */ static private const exclusions:Array = ["labelField"]; override public function get colorizeExclusions():Array {return exclusions;}