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

# SCNBlendMode.replace

Blend by replacing the destination color with the source color, ignoring alpha.

## Declaration

```swift
case replace
```

## See Also

### Constants

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