Searched refs:SetLowColor (Results 101 - 125 of 211) sorted by relevance

123456789

/haiku/src/kits/interface/
H A DBMCPrivate.cpp168 SetLowColor(Parent()->LowColor());
/haiku/src/kits/tracker/
H A DPose.cpp611 drawView->SetLowColor(poseView->BackColor(true));
614 drawView->SetLowColor(poseView->TextColor(true)); // inverse
632 drawView->SetLowColor(poseView->LowColor());
668 drawView->SetLowColor(poseView->BackColor(true));
H A DCountView.cpp206 SetLowColor(color);
H A DUtilities.cpp711 offscreen->SetLowColor(fLowColor);
776 SetLowColor(B_TRANSPARENT_32_BIT);
792 FlickerFreeStringView::SetLowColor(rgb_color color) function in class:FlickerFreeStringView
798 _inherited::SetLowColor(B_TRANSPARENT_32_BIT);
918 parent->SetLowColor(parent->ViewColor());
H A DDeskWindow.cpp430 fPoseView->SetLowColor(desktopColor);
613 PoseView()->SetLowColor(*color);
/haiku/headers/os/interface/
H A DView.h304 virtual void SetLowColor(rgb_color color);
305 void SetLowColor(uchar red, uchar green, uchar blue,
830 BView::SetLowColor(uchar red, uchar green, uchar blue, uchar alpha) function in class:BView
837 SetLowColor(color);
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp255 pView->SetLowColor(viewColor);
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp73 owner->SetLowColor(owner->HighColor());
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp90 fScreenshotView->SetLowColor(kBackgroundColor);
/haiku/src/apps/stylededit/
H A DStatusView.cpp140 SetLowColor(ViewColor());
/haiku/src/apps/serialconnect/
H A DTermView.cpp116 SetLowColor(foreground);
120 SetLowColor(background);
/haiku/src/servers/app/
H A DWorkspacesView.cpp34 fDrawState->SetLowColor((rgb_color){ 255, 255, 255, 255 });
272 drawingEngine->SetLowColor(white);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp142 SetLowColor(background);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp191 SetLowColor(key);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp457 container->SetLowColor(fViewColor);
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp62 SetLowColor(tint_color(ui_color(B_PANEL_BACKGROUND_COLOR), B_LIGHTEN_1_TINT));
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DJoystickWindow.cpp34 fView->SetLowColor(rgb_grey);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp34 SetLowColor(ui_color(B_PANEL_BACKGROUND_COLOR));
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp154 owner->SetLowColor(owner->HighColor());
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp177 fSlider->SetLowColor(background);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp811 SetLowColor(fBackgroundColor);
855 SetLowColor(tint_color(backgroundColor, B_DARKEN_2_TINT));
858 SetLowColor(backgroundColor);
931 SetLowColor(fBackgroundColor);
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp186 offscreen.SetLowColor(tint_color(base_color, 0.815F));
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp959 view->SetLowColor(view->ViewColor());
1100 SetLowColor(fLegendBackgroundColor);
1349 view->SetLowColor(fHistoryBackgroundColor);
1477 SetLowColor(fLegendBackgroundColor);
/haiku/src/apps/deskbar/
H A DTimeView.cpp171 SetLowColor(ViewColor());
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp92 into->SetLowColor(0, 0, 0, 255);

Completed in 176 milliseconds

123456789