Home
last modified time | relevance | path

Searched refs:otherColor (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp232 rgb_color otherColor = tint_color(ui_color(B_STATUS_BAR_COLOR), 1.3); in _ActiveColors() local
233 otherColor.alpha = 50; in _ActiveColors()
234 defaultColors[0] = otherColor; in _ActiveColors()
246 rgb_color otherColor = tint_color(ui_color(B_PANEL_BACKGROUND_COLOR), 1.7); in _InactiveColors() local
247 otherColor.alpha = 50; in _InactiveColors()
248 defaultColors[0] = otherColor; in _InactiveColors()
/haiku/src/kits/shared/
H A DBarberPole.cpp153 rgb_color otherColor = tint_color(ui_color(B_STATUS_BAR_COLOR), 1.3); in BarberPole() local
154 otherColor.alpha = 50; in BarberPole()
155 defaultColors[0] = otherColor; in BarberPole()