Home
last modified time | relevance | path

Searched defs:ColorParticleRandomUpdateConfig (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h481 struct ColorParticleRandomUpdateConfig { struct
483 const std::pair<float, float>& GetRedRandom() const in GetRedRandom()
488 void SetRedRandom(const std::pair<float, float>& redRandom) in SetRedRandom()
493 const std::pair<float, float>& GetGreenRandom() const in GetGreenRandom()
498 void SetGreenRandom(const std::pair<float, float>& greenRandom) in SetGreenRandom()
523 bool operator==(const ColorParticleRandomUpdateConfig& other) const argument
535 std::string ToString() const in ToString()
580 void SetRandomConfig(const ColorParticleRandomUpdateConfig& randomConfig) in SetRandomConfig() argument