Module zng_wgt_image::mask
source · Expand description
Mask properties, mask_image
, mask_mode
and more.
Statics§
- Align of the mask image in relation to the image widget final size.
- Defines how the mask image fits the widget bounds.
- Defines if the mask image is cached.
- Custom resize applied during mask image decode.
- Custom mask image load and decode limits.
- Defines how the A8 image mask pixels are to be derived from a source mask image.
- Offset applied to the mask image after all measure and arrange.
Functions§
P
Defines the align of the mask image in relation to the widget bounds in allmask_image
inside the widget in descendants.P
Defines how the mask image fits the widget bounds in allmask_image
inside the widget in descendants.P
Sets an image mask.P
Defines if the mask images loaded in allmask_image
inside the widget in descendants are cached.P
Custom pixel resize applied during mask image load/decode.P
Sets custom mask image load and decode limits.P
Defines how the A8 image mask pixels are to be derived from a source mask image in allmask_image
inside the widget in descendants.P
Defines the offset applied to the mask image after all measure and arrange. in allmask_image
inside the widget in descendants.