Class: LookupTable

PhotoEditorSDK.FilterPrimitives. LookupTable

Stores a 256 byte long lookup table in a 2d texture which will be used to look up the corresponding value for each channel.

new PhotoEditorSDK.FilterPrimitives.LookupTable()

sdk/operations/filters/primitives/lookup-table.js, line 76

Extends

  • PhotoEditorSDK.Filters.Primitive

Methods

dispose()

sdk/operations/filters/primitives/lookup-table.js, line 133

Cleans up this primitive

update(sdk)

sdk/operations/filters/primitives/lookup-table.js, line 89

Gets called before this primitive's filter is being applied

Name Type Description
sdk PhotoEditorSDK