Home
last modified time | relevance | path

Searched refs:labelColor (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp57 rgb_color labelColor = LowColor(); in Draw() local
59 labelColor = tint_color(labelColor, B_DARKEN_MAX_TINT); in Draw()
61 labelColor = tint_color(labelColor, B_DISABLED_LABEL_TINT); in Draw()
63 SetHighColor(labelColor); in Draw()
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp58 rgb_color labelColor = highColor; in Draw() local
62 labelColor = tint_color(HighColor(), B_LIGHTEN_2_TINT); in Draw()
64 labelColor = tint_color(HighColor(), B_DARKEN_2_TINT); in Draw()
67 SetHighColor(labelColor); in Draw()
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp825 rgb_color labelColor = ui_color(B_PANEL_TEXT_COLOR); in Draw() local
826 rgb_color attributeColor = mix_color(HighColor(), labelColor, 192); in Draw()
841 SetHighColor(labelColor); in Draw()
873 SetHighColor(labelColor); in Draw()
885 SetHighColor(labelColor); in Draw()
895 SetHighColor(labelColor); in Draw()
908 SetHighColor(labelColor); in Draw()
936 SetHighColor(labelColor); in Draw()
964 SetHighColor(labelColor); in Draw()
978 SetHighColor(labelColor); in Draw()
[all …]
H A DHeaderView.cpp262 rgb_color labelColor = ui_color(B_PANEL_TEXT_COLOR); in Draw() local
282 SetHighColor(labelColor); in Draw()