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