---
title: SKBlendMode.add
framework: spritekit
role: symbol
role_heading: Case
path: spritekit/skblendmode/add
---

# SKBlendMode.add

The source and destination colors are added together.

## Declaration

```swift
case add
```

## Mentioned in

Blending a Sprite with Different Interpretations of Alpha

## See Also

### Constants

- [SKBlendMode.alpha](spritekit/skblendmode/alpha.md)
- [SKBlendMode.subtract](spritekit/skblendmode/subtract.md)
- [SKBlendMode.multiply](spritekit/skblendmode/multiply.md)
- [SKBlendMode.multiplyX2](spritekit/skblendmode/multiplyx2.md)
- [SKBlendMode.screen](spritekit/skblendmode/screen.md)
- [SKBlendMode.replace](spritekit/skblendmode/replace.md)
