mask_image

Function mask_image 

Source
pub fn mask_image(
    child: impl IntoUiNode,
    source: impl IntoVar<ImageSource>,
) -> UiNode
Expand description

P Sets an image mask.

This property is configured by contextual values set by the properties in the mask module. By default the image alpha channel is used as mask, this can be changed by the mask_mode property.