Search
Loading...
Skip to content

Type Alias: BlurTypeShorthand

type BlurTypeShorthand = "uniform" | "linear" | "mirrored" | "radial";

The shorthand block type IDs for the blur blocks. These are the IDs used to create new blurs using cesdk.engine.block.createBlur(id).