# BlendMode
Blend modes for layers and groups.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## BlendMode type

Blend modes for layers and groups.

**Signature:**

```typescript
type BlendMode =
  | "normal"
  | "multiply"
  | "screen"
  | "overlay"
  | "darken"
  | "lighten"
  | "color-dodge"
  | "color-burn"
  | "hard-light"
  | "soft-light"
  | "difference"
  | "exclusion"
  | "hue"
  | "saturation"
  | "color"
  | "luminosity";
```
