Function zng_wgt_filter::backdrop_filter

source ·
pub fn backdrop_filter(
    child: impl UiNode,
    filter: impl IntoVar<Filter>,
) -> impl UiNode
Expand description

P Backdrop filter, or combination of filters.

This property allows setting multiple filters at once, there is also a property for every filter for easier value updating.

The filters are applied to everything rendered behind the widget.

§Performance

The performance for setting specific filter properties versus this one is the same.