Interface InvertOptions

interface InvertOptions {
    out?: Image | Mask;
}

Properties

Properties

out?: Image | Mask

Image to which the inverted image has to be put.