Searched refs:disable_color (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/headers/private/interface/
H A DColorTools.h97 rgb_color disable_color(rgb_color color, rgb_color background);
/haiku-fatelf/src/kits/interface/
H A DColorTools.cpp102 rgb_color disable_color(rgb_color color, rgb_color background) function in namespace:BExperimental
/haiku-fatelf/src/apps/mail/
H A DBmapButton.cpp207 SetHighColor(disable_color(black, ViewColor()));
H A DComboBox.cpp94 #define disable_color(_c_) tint_color(_c_, B_DISABLED_LABEL_TINT) macro
1625 mc = enabled ? mc : disable_color(base);
1685 mc = (enabled) ? mc : disable_color(base);

Completed in 59 milliseconds