Expand description
Mask properties, mask_image
, mask_mode
and more.
Statics§
- MASK_
ALIGN_ VAR - Align of the mask image in relation to the image widget final size.
- MASK_
FIT_ VAR - Defines how the mask image fits the widget bounds.
- MASK_
IMAGE_ CACHE_ VAR - Defines if the mask image is cached.
- MASK_
IMAGE_ DOWNSCALE_ VAR - Custom resize applied during mask image decode.
- MASK_
IMAGE_ LIMITS_ VAR - Custom mask image load and decode limits.
- MASK_
MODE_ VAR - Defines how the A8 image mask pixels are to be derived from a source mask image.
- MASK_
OFFSET_ VAR - Offset applied to the mask image after all measure and arrange.
Functions§
- mask_
align P
Defines the align of the mask image in relation to the widget bounds in allmask_image
inside the widget in descendants.- mask_
fit P
Defines how the mask image fits the widget bounds in allmask_image
inside the widget in descendants.- mask_
image P
Sets an image mask.- mask_
image_ cache P
Defines if the mask images loaded in allmask_image
inside the widget in descendants are cached.- mask_
image_ downscale P
Custom pixel resize applied during mask image load/decode.- mask_
image_ limits P
Sets custom mask image load and decode limits.- mask_
mode 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.- mask_
offset P
Defines the offset applied to the mask image after all measure and arrange. in allmask_image
inside the widget in descendants.