KC's Workspace
    Preparing search index...

    A value for the mask shorthand property.

    interface Mask {
        clip: MaskClip;
        composite: MaskComposite;
        image: Image;
        mode: MaskMode;
        origin: GeometryBox;
        position: Position;
        repeat: BackgroundRepeat;
        size: BackgroundSize;
    }
    Index

    Properties

    clip: MaskClip

    The box in which the mask is clipped.

    composite: MaskComposite

    How the mask is composited with the element.

    image: Image

    The mask image.

    mode: MaskMode

    How the mask image is interpreted.

    origin: GeometryBox

    The origin of the mask.

    position: Position

    The position of the mask.

    How the mask repeats.

    The size of the mask image.