Searched refs:BrightColors (Results 1 – 2 of 2) sorted by relevance
60 static const Color::Color BrightColors[] = { variable81 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color);
90 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()