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 PDefines the align of the mask image in relation to the widget bounds in allmask_imageinside the widget in descendants.- mask_
fit PDefines how the mask image fits the widget bounds in allmask_imageinside the widget in descendants.- mask_
image PSets an image mask.- mask_
image_ cache PDefines if the mask images loaded in allmask_imageinside the widget in descendants are cached.- mask_
image_ downscale PCustom pixel resize applied during mask image load/decode.- mask_
image_ limits PSets custom mask image load and decode limits.- mask_
mode PDefines how the A8 image mask pixels are to be derived from a source mask image in allmask_imageinside the widget in descendants.- mask_
offset PDefines the offset applied to the mask image after all measure and arrange. in allmask_imageinside the widget in descendants.