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

/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp915 const rgb_color buttonColor(colors[COLOR_BUTTON]);
917 bool isGrayscale = buttonColor.red == buttonColor.green
918 && buttonColor.green == buttonColor.blue;
920 rgb_color buttonColorLight1(buttonColor);
921 buttonColorLight1.red = std::min(255, buttonColor.red + 35),
922 buttonColorLight1.green = std::min(255, buttonColor.green + 35),
923 buttonColorLight1.blue = std::min(255, buttonColor.blue
927 rgb_color buttonColorLight2(buttonColor);
[all...]
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp631 rgb_color buttonColor = isEnabled ? base local
633 DrawButtonBackground(view, rect, updateRect, buttonColor, flags,

Completed in 45 milliseconds