Searched refs:BrightColors (Results 1 – 3 of 3) sorted by relevance
64 static const Color::Color BrightColors[] = { variable71 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color);
35 auto color = BrightColors[ci++ % BrightColorsCount]; in createContent()
41 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()