Interface MultiplyOptions

interface MultiplyOptions {
    channels?: number[];
    out?: Image;
}

Properties

Properties

channels?: number[]

Channels where value will be multiplied.

Default

all channels
out?: Image

Image to which the resulting image has to be put.