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

# SKBlendMode.subtract

The source color is subtracted from the destination color.

## Declaration

```swift
case subtract
```

## See Also

### Constants

- [SKBlendMode.alpha](spritekit/skblendmode/alpha.md)
- [SKBlendMode.add](spritekit/skblendmode/add.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)
