Searched refs:GetRedRandom (Results 1 – 2 of 2) sorted by relevance
483 const std::pair<float, float>& GetRedRandom() const in GetRedRandom() function525 return NearEqual(redRandom_.first, other.GetRedRandom().first) &&526 NearEqual(redRandom_.second, other.GetRedRandom().second) &&
1493 auto redRandom = randomConfig.GetRedRandom(); in ConvertParticleColorOption()