@rendley/sdk - v1.15.5
    Preparing search index...

    Class FilterData

    Library description of a LUT filter asset that can later be instantiated as a Pixi texture/filter pair.

    Index

    Constructors

    Methods

    • Creates a Pixi texture from the loaded LUT bitmap using nearest sampling.

      Nearest filtering is intentional here to avoid introducing interpolation artifacts when sampling LUT cells.

      Returns null | Texture<Resource>

      Pixi texture for the LUT image, or null if the LUT is not loaded.

    • Returns string

    • Returns boolean

    • Returns string

    • Returns string

    • Returns string

    • Loads the LUT image referenced by the filter definition.

      Returns Promise<void>

      A promise that resolves after the LUT bitmap has been fetched or the load attempt has failed.

    • Serializes the filter definition into project-safe data.

      Returns { id: string; lutUrl: string; name: string; provider: string }

      Serialized filter definition payload.

    • Reconstructs a filter definition from serialized data.

      Parameters

      • data: object

        Serialized filter definition payload.

      Returns FilterData

      Deserialized filter definition.