Creates a filter wrapper for a library filter definition.
Filter creation options.
Returns the owning clip ID, if one has been assigned.
The owning clip ID, or undefined if the filter is not attached to a clip.
Returns the library filter ID used to create this instance.
The filter definition ID.
Returns the unique instance ID of this filter.
The filter instance ID.
Returns the current LUT blend intensity.
The intensity value.
Returns the provider identifier of the library filter definition.
The provider ID.
Resolves the filter definition from the library and creates the underlying PIXI filter.
Nothing.
Serializes this filter instance.
The serialized filter payload.
Associates the filter with a clip.
Clip ID that owns the filter.
Nothing.
Updates the LUT blend intensity.
Blend amount applied by the LUT filter.
Nothing.
StaticdeserializeCreates a filter instance from serialized data.
Serialized filter payload.
The deserialized filter instance.
Represents a clip filter backed by a LUT texture and PIXI filter instance.