LayerMixin.matte
The matte applied onto this layer, if any
LayerMixin.matte property
The matte applied onto this layer, if any
Signature:
matte?: Matte | undefined;Example
// Create a matte
const matte: Matte = {
layer: matteSource,
inverted: false,
};
// Apply matte to layer
layer.matte = matte;Last updated: September 11, 2026 at 12:08 PMEdit this page