Interface IncreaseContrastOptions

interface IncreaseContrastOptions {
    out?: Image;
    uniform?: boolean;
}

Properties

Properties

out?: Image

Image to which to output.

uniform?: boolean

Level all channels uniformly in order to preserve the color balance.

Default

false