Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_property.cpp416 auto jsonLightIntensity = JsonUtil::Create(true); in ToJsonValue() local
417jsonLightIntensity->Put("lightIntensity", propLightIntensity.has_value() ? propLightIntensity.valu… in ToJsonValue()
418 json->PutExtAttr("pointLight", jsonLightIntensity, filter); in ToJsonValue()