Home
last modified time | relevance | path

Searched defs:WindowBlurModifier (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_modifier_property.h76 struct WindowBlurModifier { struct
77 std::shared_ptr<Rosen::RSBehindWindowFilterRadiusModifier> radius;
78 std::shared_ptr<Rosen::RSBehindWindowFilterSaturationModifier> saturation;
79 std::shared_ptr<Rosen::RSBehindWindowFilterBrightnessModifier> brightness;
80 std::shared_ptr<Rosen::RSBehindWindowFilterMaskColorModifier> maskColor;
82 std::shared_ptr<Rosen::RSAnimatableProperty<float>> radiusValue;
83 std::shared_ptr<Rosen::RSAnimatableProperty<float>> saturationValue;
84 std::shared_ptr<Rosen::RSAnimatableProperty<float>> brightnessValue;
85 std::shared_ptr<Rosen::RSAnimatableProperty<Rosen::RSColor>> maskColorValue;