/* Define the skin elements that should not be colorized. For dropDownList buttons, the graphics are colorized but the arrow is not. */ static private const exclusions:Array = ["arrow"]; /** * @copy spark.skins.SparkSkin#colorizeExclusions */ override public function get colorizeExclusions():Array {return exclusions;} /* Define the symbol fill items that should be colored by the "symbolColor" style. */ static private const symbols:Array = ["arrowFill1", "arrowFill2"]; /** * @inheritDoc */ override public function get symbolItems():Array {return symbols};