Skip to content

MaskDefinition

Defined in: renderer/src/masks/defineMask.ts:23

Registered mask definition. Mirrors EffectDefinition. The callable shape (options) => MaskFactory is what users invoke (rectMask({ ... })), and the name property is the registry key for save/restore lookups.

O

MaskDefinition(options): MaskFactory

Defined in: renderer/src/masks/defineMask.ts:24

Registered mask definition. Mirrors EffectDefinition. The callable shape (options) => MaskFactory is what users invoke (rectMask({ ... })), and the name property is the registry key for save/restore lookups.

O

MaskFactory

readonly name: string

Defined in: renderer/src/masks/defineMask.ts:25