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