Class: LookupTableImage

PhotoEditorSDK.FilterPrimitives. LookupTableImage

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.LookupTableImage()

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

Extends

  • PhotoEditorSDK.Filters.Primitive

Methods

dispose()

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

Cleans up this primitive

getImage(){undefined}

Returns the image
Returns:
Name Type Description
image undefined The image

setImage(image)

Sets the image
Name Type Description
image undefined

update(sdk)

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

Gets called before this primitive's filter is being applied

Name Type Description
sdk PhotoEditorSDK