Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h216 std::string negRGBstr = "[0.0,0.0,0.0]"; in ToJsonValue() local
218 negRGBstr = in ToJsonValue()
222 jsonBrightnessOption->Put("negRGB", negRGBstr.c_str()); in ToJsonValue()