Searched refs:randomConfigJsObject (Results 1 – 1 of 1) sorted by relevance
514 auto randomConfigJsObject = JSRef<JSObject>::Cast(configJsValue); in ParseColorRandomUpdater() local515 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()