Searched refs:SetColor (Results 26 - 50 of 66) sorted by relevance

123

/haiku/src/apps/icon-o-matic/style/
H A DSetColorCommand.cpp60 fStyle->SetColor(fColor);
/haiku/src/libs/icon/style/
H A DStyle.h71 void SetColor(const rgb_color& color);
H A DStyle.cpp226 Style::SetColor(const rgb_color& color) function in class:Style
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp697 lower.SetColor(255,255,255);
698 low.SetColor(216,216,216);
699 mid.SetColor(192,192,192);
700 high.SetColor(128,128,128);
701 higher.SetColor(0,0,0);
703 higher.SetColor(255,255,255);
704 high.SetColor(216,216,216);
705 mid.SetColor(192,192,192);
706 low.SetColor(128,128,128);
707 lower.SetColor(
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp29 void SetColor(int32 foreground, int32 background);
51 void SetColor(int32 foreground, int32 background);
193 ConsoleHandle::SetColor(int32 foreground, int32 background) function in class:ConsoleHandle
284 SetColor(WHITE, BLACK);
373 ConsoleDevice::SetColor(int32 foreground, int32 background) function in class:ConsoleDevice
771 sOutput.SetColor(foreground, background);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp220 SetColor(*color);
298 SetColor(color);
310 SetColor(color);
371 // SetColor
373 ColorPickerView::SetColor(rgb_color color) function in class:ColorPickerView
386 fColorPreview->SetColor(color);
456 fColorPreview->SetColor(color);
H A DColorPreview.cpp150 SetColor(*color);
220 ColorPreview::SetColor(rgb_color color) function in class:ColorPreview
/haiku/src/preferences/appearance/
H A DAPRView.cpp196 fColorPreview->SetColor(color);
212 fColorPreview->SetColor(color);
272 item->SetColor(color);
294 item->SetColor(color);
299 fColorPreview->SetColor(color);
426 fCurrentColors.SetColor(ui_color_name(which), color);
H A DColorPreview.cpp194 ColorPreview::SetColor(rgb_color color) function in class:ColorPreview
207 ColorPreview::SetColor(uint8 red, uint8 green, uint8 blue) function in class:ColorPreview
H A DColorWhichListView.cpp140 item->SetColor(*color);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DColorValueView.cpp128 fSwatchView->SetColor(color);
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp236 fCurrentColor->SetColor(fStyle->Color());
272 fCurrentColor->SetColor(fStyle->Color());
410 fStyle->SetColor(color);
423 fCurrentColor->SetColor(color);
/haiku/src/apps/terminal/
H A DThemeView.cpp374 item->SetColor(prefHandler->getRGB(kColorTable[index]));
383 fColorPreview->SetColor(color);
435 item->SetColor(color);
439 fColorPreview->SetColor(color);
531 item->SetColor(color);
538 fColorPreview->SetColor(color);
H A DColorPreview.cpp194 ColorPreview::SetColor(rgb_color color) function in class:ColorPreview
207 ColorPreview::SetColor(uint8 red, uint8 green, uint8 blue) function in class:ColorPreview
H A DColorListView.cpp140 item->SetColor(*color);
/haiku/headers/os/interface/
H A DGradient.h77 bool SetColor(int32 index, const rgb_color& color);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp134 SetColor(color);
187 SwatchView::SetColor(rgb_color color) function in class:SwatchView
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp164 fPalette->SetColor(x, gp[x * 3], gp[x * 3 + 1], gp[x * 3 + 2]);
171 fPalette->SetColor(x, map->color_list[x].red,
324 fPalette->SetColor(x, lp[x * 3], lp[x * 3 + 1], lp[x * 3 + 2]);
/haiku/src/kits/interface/
H A DColorMenuItem.cpp178 topLevelColorMenuItem->SetColor(fColor);
/haiku/headers/libs/print/libprint/
H A DJobData.h355 void SetColor(Color color);
767 JobData::SetColor(Color color) function in class:JobData
/haiku/src/apps/resedit/
H A DResView.cpp77 fListView->SetColor(B_COLOR_BACKGROUND, white);
78 fListView->SetColor(B_COLOR_SELECTION, ui_color(B_MENU_BACKGROUND_COLOR));
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp268 LineChartRendererDataSourceConfig::SetColor(const rgb_color& color) function in class:LineChartRendererDataSourceConfig
/haiku/src/tests/servers/app/playground/
H A DStates.cpp79 // SetColor
81 State::SetColor(rgb_color color) function in class:State
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderSaver.cpp183 SpiderSaver::SetColor(uint32 color) function in class:SpiderSaver
H A DSpiderView.cpp211 fSaver->SetColor(color);

Completed in 214 milliseconds

123