<!--
{
  "documentType" : "article",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/display-fade-blend-fractions",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Display Fade Blend Fractions"
}
-->

# Display Fade Blend Fractions

The lower and upper bounds for blend color fractions during a display fade operation.

## Discussion

For general information about blend fractions, see the data type [`CGDisplayBlendFraction`](/documentation/CoreGraphics/CGDisplayBlendFraction). For information about how these constants are used, see the function [`CGDisplayFade(_:_:_:_:_:_:_:_:)`](/documentation/CoreGraphics/CGDisplayFade(_:_:_:_:_:_:_:_:)).

## Topics

### Constants

[`var kCGDisplayBlendNormal: Double`](/documentation/CoreGraphics/kCGDisplayBlendNormal)

The blend color is not applied at the start or end of a fade operation.

[`var kCGDisplayBlendSolidColor: Double`](/documentation/CoreGraphics/kCGDisplayBlendSolidColor)

The user sees only the blend color at the start or end of a fade operation.



---

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)