---
title: destinationRGBBlendFactor
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrenderpipelinecolorattachmentdescriptor/destinationrgbblendfactor
---

# destinationRGBBlendFactor

The destination blend factor (DBF) used by the RGB blend operation.

## Declaration

```swift
var destinationRGBBlendFactor: MTLBlendFactor { get set }
```

## Discussion

Discussion The default value is MTLBlendFactor.zero.

## See Also

### Configuring blend factors

- [destinationAlphaBlendFactor](metal/mtlrenderpipelinecolorattachmentdescriptor/destinationalphablendfactor.md)
- [sourceAlphaBlendFactor](metal/mtlrenderpipelinecolorattachmentdescriptor/sourcealphablendfactor.md)
- [sourceRGBBlendFactor](metal/mtlrenderpipelinecolorattachmentdescriptor/sourcergbblendfactor.md)
- [MTLBlendFactor](metal/mtlblendfactor.md)
