Searched defs:WindowBlurModifier (Results 1 – 1 of 1) sorted by relevance
76 struct WindowBlurModifier { struct77 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;