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

# SKBlendMode.multiply

The source color is multiplied by the destination color.

## Declaration

```swift
case multiply
```

## See Also

### Constants

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