---
title: add
framework: realitykit
role: symbol
role_heading: Type Property
path: realitykit/lowlevelrenderpipelinestate/descriptor/blending-swift.struct/add
---

# add

Additive blending that combines source and destination colors.

## Declaration

```swift
static var add: LowLevelRenderPipelineState.Descriptor.Blending { get }
```

## See Also

### Creating a blending mode

- [sourceOver](realitykit/lowlevelrenderpipelinestate/descriptor/blending-swift.struct/sourceover.md)
- [custom(sourceRGBBlendFactor:destinationRGBBlendFactor:sourceAlphaBlendFactor:destinationAlphaBlendFactor:alphaBlendOperation:)](realitykit/lowlevelrenderpipelinestate/descriptor/blending-swift.struct/custom(sourcergbblendfactor:destinationrgbblendfactor:sourcealphablendfactor:destinationalphablendfactor:alphablendoperation:).md)
