<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SpriteKit",
  "identifier" : "/documentation/SpriteKit/SKBlendMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SpriteKit"
    ],
    "preciseIdentifier" : "c:@E@SKBlendMode"
  },
  "title" : "SKBlendMode"
}
-->

# SKBlendMode

The modes that describe how the source and destination pixel colors are used to calculate the new destination color.

```
enum SKBlendMode
```

## Topics

### Constants

[`SKBlendMode.alpha`](/documentation/SpriteKit/SKBlendMode/alpha)

The source and destination colors are blended by multiplying the source alpha value.

[`SKBlendMode.add`](/documentation/SpriteKit/SKBlendMode/add)

The source and destination colors are added together.

[`SKBlendMode.subtract`](/documentation/SpriteKit/SKBlendMode/subtract)

The source color is subtracted from the destination color.

[`SKBlendMode.multiply`](/documentation/SpriteKit/SKBlendMode/multiply)

The source color is multiplied by the destination color.

[`SKBlendMode.multiplyX2`](/documentation/SpriteKit/SKBlendMode/multiplyX2)

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

[`SKBlendMode.screen`](/documentation/SpriteKit/SKBlendMode/screen)

The source color is added to the destination color times the inverted source color.

[`SKBlendMode.replace`](/documentation/SpriteKit/SKBlendMode/replace)

The source color replaces the destination color.

### Enumeration Cases

[`SKBlendMode.multiplyAlpha`](/documentation/SpriteKit/SKBlendMode/multiplyAlpha)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)