<!--
{
  "availability" : [
    "iOS: 12.3.0 -",
    "iPadOS: 12.3.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.14.3 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGColorSpace/extendedLinearDisplayP3",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core Graphics",
      "CoreGraphics"
    ],
    "preciseIdentifier" : "c:@kCGColorSpaceExtendedLinearDisplayP3"
  },
  "title" : "extendedLinearDisplayP3"
}
-->

# extendedLinearDisplayP3

The Display P3 color space with a linear transfer function and extended-range values.

```
class let extendedLinearDisplayP3: CFString
```

## Discussion

This color space uses the DCI P3 primaries, a D65 white point, and a linear transfer function. You can encode component values below `0.0` and above `1.0`.

---

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)