ImageJS
    Preparing search index...

    Interface MultiplyOptions

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

    Properties

    Properties

    channels?: number[]

    Channels where value will be multiplied.

    all channels
    
    out?: Image

    Image to which the resulting image has to be put.