Searched refs:kBackgroundColor (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp23 static const console_color kBackgroundColor = BLACK; variable
27 static const console_color kTitleBackgroundColor = kBackgroundColor;
32 static const console_color kItemBackgroundColor = kBackgroundColor;
152 console_set_color(kHelpTextColor, kBackgroundColor);
223 console_set_color(kTextColor, kBackgroundColor);
229 console_set_color(kCopyrightColor, kBackgroundColor);
232 console_set_color(kCopyrightColor, kBackgroundColor);
262 console_set_color(kArrowColor, kBackgroundColor);
280 console_set_color(kArrowColor, kBackgroundColor);
596 console_set_color(kTextColor, kBackgroundColor);
[all...]
/haiku/src/add-ons/screen_savers/icons/
H A DIconsSaver.cpp42 const rgb_color kBackgroundColor = ui_color(B_DESKTOP_COLOR); variable
93 fBackView->SetViewColor(kBackgroundColor);
94 fBackView->SetHighColor(kBackgroundColor);
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp30 static const rgb_color kBackgroundColor = { 51, 102, 152, 255 }; variable
77 groupView->SetViewColor(kBackgroundColor);
90 fScreenshotView->SetLowColor(kBackgroundColor);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp35 static const rgb_color kBackgroundColor = {255, 255, 240}; variable
930 fBackgroundColor = kBackgroundColor;

Completed in 125 milliseconds