Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp514 auto randomConfigJsObject = JSRef<JSObject>::Cast(configJsValue); in ParseColorRandomUpdater() local
515 auto rJsValue = randomConfigJsObject->GetProperty("r"); in ParseColorRandomUpdater()
516 auto gJsValue = randomConfigJsObject->GetProperty("g"); in ParseColorRandomUpdater()
517 auto bJsValue = randomConfigJsObject->GetProperty("b"); in ParseColorRandomUpdater()
518 auto aJsValue = randomConfigJsObject->GetProperty("a"); in ParseColorRandomUpdater()