Searched refs:rgbBaseColor (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/deskcalc/
H A DCalcView.h50 rgb_color rgbBaseColor,
H A DCalcView.cpp193 CalcView::CalcView(BRect frame, rgb_color rgbBaseColor, BMessage* settings) argument
200 fBaseColor(rgbBaseColor),
201 fHasCustomBaseColor(rgbBaseColor != ui_color(B_PANEL_BACKGROUND_COLOR)),
906 ret = archive->AddData("rgbBaseColor", B_RGB_COLOR_TYPE,
1172 if (archive->FindData("rgbBaseColor", B_RGB_COLOR_TYPE,
1176 puts("Missing rgbBaseColor from CalcView archive!\n");

Completed in 43 milliseconds