Interface ConvertColorOptions

interface ConvertColorOptions {
    out?: Image;
}

Properties

Properties

out?: Image

Image to which to output.