UpdateColors
TabDecorator::UpdateColors(settings);
virtual void UpdateColors(DesktopSettings& settings);
UpdateColors(prefs->normal_bar_color);
UpdateColors(pulseapp->fPrefs->normal_bar_color);
void UpdateColors(int32 color);
UpdateColors(message);
void UpdateColors(BMessage *message);
fProgressBars[x]->UpdateColors(color, fade);
fCpuButtons[x]->UpdateColors(color);
void UpdateColors(BMessage *message);
UpdateColors(prefs->normal_bar_color, prefs->normal_fade_colors);
void UpdateColors(int32 color, bool fade);
fNormalPulseView->UpdateColors(message);
fMiniPulseView->UpdateColors(message);
decorator->UpdateColors(settings);
UpdateColors(settings);
virtual void UpdateColors(DesktopSettings& settings) = 0;
TabDecorator::UpdateColors(settings);
virtual void UpdateColors(DesktopSettings& settings);
virtual void UpdateColors(DesktopSettings& settings);
DefaultDecorator::UpdateColors(settings);
virtual void UpdateColors(DesktopSettings& settings);