Searched refs:colorJsValue (Results 1 – 1 of 1) sorted by relevance
682 auto colorJsValue = particleJsObj->GetProperty("color"); in ParseParticleOption() local683 if (colorJsValue->IsObject()) { in ParseParticleOption()684 auto colorJsObj = JSRef<JSObject>::Cast(colorJsValue); in ParseParticleOption()