Home
last modified time | relevance | path

Searched refs:colorJsObject (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp589 void ParseColorOption(JSRef<JSObject>& colorJsObject, OHOS::Ace::NG::ParticleColorPropertyOption& c… in ParseColorOption() argument
591 auto colorRangeJsValue = colorJsObject->GetProperty("range"); in ParseColorOption()
595 auto colorDistJsValue = colorJsObject->GetProperty("distributionType"); in ParseColorOption()
605 auto updaterJsValue = colorJsObject->GetProperty("updater"); in ParseColorOption()