---
title: "blendMode(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/shapestyle/blendmode(_:)-swift.method"
---

# blendMode(_:)

Returns a new style based on self that applies the specified blend mode when drawing.

## Declaration

```swift
func blendMode(_ mode: BlendMode) -> some ShapeStyle

```

## See Also

### Modifying a shape style

- [opacity(_:)](swiftui/shapestyle/opacity(_:)-swift.method.md)
- [shadow(_:)](swiftui/shapestyle/shadow(_:)-swift.method.md)
