Interface GetMaskOptions

interface GetMaskOptions {
    solidFill?: boolean;
}

Properties

Properties

solidFill?: boolean

Should the ROI holes be filled in the resulting mask?

Default

false