<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLBlendFactor/oneMinusSource1Alpha",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:@E@MTLBlendFactor@MTLBlendFactorOneMinusSource1Alpha"
  },
  "title" : "MTLBlendFactor.oneMinusSource1Alpha"
}
-->

# MTLBlendFactor.oneMinusSource1Alpha

Blend factor of one minus source alpha. This option supports dual-source blending and reads from the second color output of the fragment function.

```
case oneMinusSource1Alpha
```

## Discussion

`F = 1 - Source.a`

---

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)