Search
Loading...
Skip to content

Type Alias: EffectTypeShorthand

type EffectTypeShorthand =
| "adjustments"
| "cross_cut"
| "dot_pattern"
| "duotone_filter"
| "extrude_blur"
| "glow"
| "green_screen"
| "half_tone"
| "linocut"
| "liquid"
| "lut_filter"
| "mirror"
| "outliner"
| "pixelize"
| "posterize"
| "radial_pixel"
| "recolor"
| "sharpie"
| "shifter"
| "tilt_shift"
| "tv_glitch"
| "vignette";

The shorthand block type IDs for the effect blocks. These are the IDs used to create new effects using cesdk.engine.block.createEffect(id).