Searched refs:SetLowColor (Results 1 - 25 of 211) sorted by relevance

123456789

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DCheckBoxTest.cpp46 fControl->SetLowColor(background);
H A DRadioButtonTest.cpp47 fControl->SetLowColor(background);
H A DTextControlTest.cpp66 fTextControl->SetLowColor(background);
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp25 fBox->SetLowColor(fBox->ViewColor());
36 fText->SetLowColor(fText->ViewColor());
/haiku/src/kits/interface/
H A DStringItem.cpp87 owner->SetLowColor(color);
90 owner->SetLowColor(owner->ViewColor());
97 owner->SetLowColor(lowColor);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.cpp47 SetLowColor(tint_color(parent->LowColor(), B_DARKEN_1_TINT));
H A DTextInputValueView.cpp48 SetLowColor(ui_color(B_KEYBOARD_NAVIGATION_COLOR));
/haiku/src/add-ons/screen_savers/gravity/
H A DRainbowItem.cpp46 owner->SetLowColor(owner->HighColor());
96 owner->SetLowColor(lowColor);
/haiku/src/preferences/appearance/
H A DColorWhichItem.cpp46 owner->SetLowColor(owner->HighColor());
82 owner->SetLowColor(lowColor);
/haiku/src/kits/shared/
H A DColorItem.cpp47 owner->SetLowColor(owner->HighColor());
88 owner->SetLowColor(lowColor);
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp153 owner->SetLowColor(color);
156 owner->SetLowColor(owner->ViewColor());
177 owner->SetLowColor(lowColor);
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp71 SetLowColor(ViewColor());
118 SetLowColor(ViewColor());
133 SetLowColor(ViewColor());
/haiku/src/preferences/screensaver/
H A DPreviewView.cpp79 fNoPreview->SetLowColor(0, 0, 0);
87 container->SetLowColor(0, 0, 0);
136 fSaverView->SetLowColor(0, 0, 0);
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp127 SetLowColor(ViewColor());
139 SetLowColor(0, 113, 187, 255);
141 SetLowColor(lowColor);
/haiku/src/tests/servers/app/painter/
H A DPainter.h42 void SetLowColor(const rgb_color& color);
43 inline void SetLowColor(uint8 r, uint8 g, uint8 b, uint8 a = 255);
44 inline void SetLowColor(const RGBColor& color) function in class:Painter
45 { SetLowColor(color.GetColor32()); }
331 // SetLowColor
333 Painter::SetLowColor(uint8 r, uint8 g, uint8 b, uint8 a) function in class:Painter
340 SetLowColor(color);
H A Dmain.cpp32 s.SetLowColor(130, 0, 20, 255);
60 s.SetLowColor(130, 0, 20, 255);
89 s.SetLowColor(130, 0, 20, 255);
120 s.SetLowColor(130, 0, 20, 255);
160 s.SetLowColor(220, 120, 80, 255);
167 s.SetLowColor(0, 0, 255, 255);
183 s.SetLowColor(128, 0, 50, 255);
198 s.SetLowColor(255, 0, 0, 255);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.cpp97 SetLowColor(fParent->LowColor());
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp37 SetLowColor(ViewColor());
/haiku/src/tests/servers/app/desktop_window/
H A DDesktopWindow.cpp33 SetLowColor(ViewColor());
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp46 SetLowColor(120, 0, 0);
52 SetLowColor(0, 0, 120);
/haiku/src/apps/midiplayer/
H A DScopeView.cpp178 SetLowColor(0, 130, 0);
212 SetLowColor(ViewColor());
/haiku/src/apps/processcontroller/
H A DKernelMemoryBarMenuItem.cpp130 menu->SetLowColor(gMenuBackColorSelected);
133 menu->SetLowColor(gMenuBackColor);
/haiku/src/preferences/bluetooth/
H A DDeviceListItem.cpp60 owner->SetLowColor(color);
65 owner->SetLowColor(owner->ViewColor());
/haiku/src/preferences/input/
H A DInputDeviceView.cpp71 onto->SetLowColor(ui_color(B_LIST_SELECTED_BACKGROUND_COLOR));
100 onto->SetLowColor(lowColor);
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp68 fInkView->SetLowColor(B_TRANSPARENT_32_BIT);

Completed in 265 milliseconds

123456789