Deprecated. Returns the input image unchanged.

Constructors

Properties

Methods

Constructors

Properties

_type: "LegacyFilter"
filterType: number

Ignored.

Default is 0

Methods

  • Parameters

    Returns {
        _type?: "LegacyFilter";
        filterType?: number;
        serialize?(config?): { readonly _type?: "LegacyFilter" | undefined; filterType?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
    }

    • Optional Readonly _type?: "LegacyFilter"
    • Optional filterType?: number

      Ignored.

      Default is 0

    • serialize?:function
      • Parameters

        Returns { readonly _type?: "LegacyFilter" | undefined; filterType?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }