# LayerMixin.blendMode
The blend mode of this layer

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

## LayerMixin.blendMode property

The blend mode of this layer

**Signature:**

```typescript
blendMode: BlendMode;
```

## Example

```ts
// Set the blend mode to multiply
layer.blendMode = "multiply";
```
