<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGColorSpace/extendedLinearSRGB",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core Graphics",
      "CoreGraphics"
    ],
    "preciseIdentifier" : "c:@kCGColorSpaceExtendedLinearSRGB"
  },
  "title" : "extendedLinearSRGB"
}
-->

# extendedLinearSRGB

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

```
class let extendedLinearSRGB: CFString
```

## Discussion

This color space has the same colorimetry as [`linearSRGB`](/documentation/CoreGraphics/CGColorSpace/linearSRGB); in addition, you may 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)