Skip to content

textmode.synth.js / TransformDefinition

Interface: TransformDefinition

Definition of a synthesis transform function.

Properties

PropertyTypeDescription
description?stringOptional description for documentation
glslstringGLSL function body (without function signature)
inputsTransformInput[]Input parameters
namestringFunction name (used in JS API and GLSL)
typeSynthTransformTypeTransform type determining composition behavior