mcut
@mcut/timeline

blendModeSchema

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / timeline/src / blendModeSchema

Variable: blendModeSchema

const blendModeSchema: ZodEnum<{
  color: "color";
  color-burn: "color-burn";
  color-dodge: "color-dodge";
  darken: "darken";
  difference: "difference";
  exclusion: "exclusion";
  hard-light: "hard-light";
  hue: "hue";
  lighten: "lighten";
  luminosity: "luminosity";
  multiply: "multiply";
  normal: "normal";
  overlay: "overlay";
  saturation: "saturation";
  screen: "screen";
  soft-light: "soft-light";
}>;

Defined in: packages/timeline/src/effects.ts:218

Compositing blend modes (canvas globalCompositeOperation subset that maps 1:1 onto the CSS/Photoshop blend modes).

On this page