Contrast adjustment filter.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

_type: "ContrastFilter"
contrast: number

Contrast adjustment value in the range from -1 to 254 (inclusively). Negative values will decrease the contrast, positive values will increase it.

Default is 0.0

Methods

  • Parameters

    Returns {
        _type?: "ContrastFilter";
        contrast?: number;
        serialize?: any;
    }

    • Optional Readonly _type?: "ContrastFilter"
    • Optional contrast?: number

      Contrast adjustment value in the range from -1 to 254 (inclusively). Negative values will decrease the contrast, positive values will increase it.

      Default is 0.0