@musallam/photoshop-client
    Preparing search index...

    Interface RefineMaskRequest

    interface RefineMaskRequest {
        colorDecontamination?: boolean;
        image: RefineMaskInputImage;
        mask: RefineMaskInputImage;
    }
    Index

    Properties

    colorDecontamination?: boolean

    When true, this returns an RGBA image where the masked area has been further refined with color decontamination. A false value (default) means that the output will simply be the refined mask.

    The input image.

    The mask in the input image that needs to be refined.