initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfiguration::color(name).

IMPORTANT: names have not been downcased and spaced yet, so many colors are not found
This commit is contained in:
Paul Davis 2014-12-14 12:27:07 -05:00
parent 0fa5643d20
commit 48a7a11974
31 changed files with 201 additions and 199 deletions

View file

@ -763,8 +763,8 @@ GenericPluginUI::build_control_ui (const Evoral::Parameter& param,
0xcccc00ff, 0xcccc00ff,
0xffaa00ff, 0xffaa00ff,
0xff0000ff,
ARDOUR_UI::config()->get_MeterBackgroundBot(),
ARDOUR_UI::config()->get_MeterBackgroundTop()
ARDOUR_UI::config()->color ("MeterBackgroundBot"),
ARDOUR_UI::config()->color ("MeterBackgroundTop")
);
info->min_unbound = desc.min_unbound;