---
title: SCNBlendMode.multiply
framework: scenekit
role: symbol
role_heading: Case
path: scenekit/scnblendmode/multiply
---

# SCNBlendMode.multiply

Blend by multiplying the source color with the background color.

## Declaration

```swift
case multiply
```

## Discussion

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

## See Also

### Constants

- [SCNBlendMode.alpha](scenekit/scnblendmode/alpha.md)
- [SCNBlendMode.add](scenekit/scnblendmode/add.md)
- [SCNBlendMode.subtract](scenekit/scnblendmode/subtract.md)
- [SCNBlendMode.screen](scenekit/scnblendmode/screen.md)
- [SCNBlendMode.replace](scenekit/scnblendmode/replace.md)
