id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,thread
1016,"Add ""colorizable"" property for controlbar/dock buttons",pablo,pablo,"One bit of persistent confusion seems to come from the controlbar and dock's ability to colorize icons in order to allow plugins to fit in with a color scheme without needing a new graphic for each skin.  It is possible to work around this by making those elements skinnable, but not all skins would support the plugin.

We should allow plugins to specify whether or not the plugins should be colorized by the skin's ""controlbar.buttoncolor"" setting or not.  Something like:

{{{
   var button:ComponentButton = controlbar.addButton(...);
   button.colorize = false;
}}}",enhancement,closed,,Player 5.4,general,duplicate,,zach,
