Searched refs:kWhiteColor (Results 1 – 1 of 1) sorted by relevance
78 constexpr ConsoleColor kWhiteColor{0xff, 0xff, 0xff}; variable221 auto highlight_color = Mix(slice_color, kWhiteColor, kLightness); in OnTrackEvent()