---
title: multiply
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/graphicscontext/blendmode-swift.struct/multiply
---

# multiply

A mode that multiplies the source image samples with the background image samples.

## Declaration

```swift
static var multiply: GraphicsContext.BlendMode { get }
```

## Discussion

Discussion Drawing in this mode results in colors that are at least as dark as either of the two contributing sample colors.

## See Also

### Darkening

- [darken](swiftui/graphicscontext/blendmode-swift.struct/darken.md)
- [colorBurn](swiftui/graphicscontext/blendmode-swift.struct/colorburn.md)
- [plusDarker](swiftui/graphicscontext/blendmode-swift.struct/plusdarker.md)
