Searched refs:PRESSED_BLEND_COLOR (Results 1 – 3 of 3) sorted by relevance
37 constexpr Color PRESSED_BLEND_COLOR = Color(0x19000000); variable108 return IsPressed() ? foregroundColor_.BlendColor(PRESSED_BLEND_COLOR) : foregroundColor_; in GetForegroundColor()
47 constexpr Color PRESSED_BLEND_COLOR = Color(0x19000000); variable
921 return IsPressed() ? foregroundColor_.BlendColor(PRESSED_BLEND_COLOR) : foregroundColor_; in GetForegroundColor()