postprocessing - v7.0.0-beta.16
    Preparing search index...

    Class LookupTexture

    A 3D lookup texture (LUT).

    Hierarchy

    Index

    Constructors

    Methods

    • Converts the LUT data into unsigned byte data.

      This is a lossy operation which should only be performed after all other transformations have been applied.

      Returns this

      This texture.

    • Creates an upscaled LUT using tetrahedral interpolation.

      Parameters

      • size: number

        The target sidelength.

      • transferData: boolean = true

        Extra fast mode that modifies the data of this LUT. Disable to keep the original data intact.

      Returns Promise<LookupTexture>

      A promise that resolves with a new LUT upon completion.