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

# SKBlendMode.multiplyX2

The source color is multiplied by the destination color and then doubled.

## Declaration

```swift
case multiplyX2
```

## See Also

### Constants

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