Home
last modified time | relevance | path

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

/haiku/src/preferences/time/
H A DAnalogClock.cpp315 rgb_color secondsColor = (rgb_color){ 255, 0, 0, 255 }; in DrawClock()
322 hourColor, minuteColor, secondsColor, knobColor); in DrawClock()
432 rgb_color secondsColor, rgb_color knobColor) in _DrawHands() argument
455 SetHighColor(secondsColor); in _DrawHands()
H A DAnalogClock.h57 rgb_color secondsColor, rgb_color knobColor);