BlendMode

Blend modes for layers and groups.

BlendMode type

Blend modes for layers and groups.

Signature:

type BlendMode =
  | "normal"
  | "multiply"
  | "screen"
  | "overlay"
  | "darken"
  | "lighten"
  | "color-dodge"
  | "color-burn"
  | "hard-light"
  | "soft-light"
  | "difference"
  | "exclusion"
  | "hue"
  | "saturation"
  | "color"
  | "luminosity";
Last updated: August 5, 2026 at 11:47 AMEdit this page