B_STATUS_BAR_COLOR
static const int32 kColorWhichLastContinuous = B_STATUS_BAR_COLOR;
running ? ui_color(B_STATUS_BAR_COLOR)
rgb_color otherColor = tint_color(ui_color(B_STATUS_BAR_COLOR), 1.3);
fBarColor = ui_color(B_STATUS_BAR_COLOR);
if (message->FindColor(ui_color_name(B_STATUS_BAR_COLOR), &color) == B_OK) {
rgb_color otherColor = tint_color(ui_color(B_STATUS_BAR_COLOR), 1.3);
ui_color(B_PANEL_BACKGROUND_COLOR), ui_color(B_STATUS_BAR_COLOR),
{ B_STATUS_BAR_COLOR, B_TRANSLATE_MARK("Progress bar") },
&& which != B_STATUS_BAR_COLOR
} else if (which == B_STATUS_BAR_COLOR) {