<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Color/RGBColorSpace/sRGBLinear",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI5ColorV13RGBColorSpaceO10sRGBLinearyA2EmF"
  },
  "title" : "Color.RGBColorSpace.sRGBLinear"
}
-->

# Color.RGBColorSpace.sRGBLinear

The extended sRGB color space with a linear transfer function.

```
case sRGBLinear
```

## Discussion

This color space has the same colorimetry as [`Color.RGBColorSpace.sRGB`](/documentation/SwiftUI/Color/RGBColorSpace/sRGB), but uses
a linear transfer function.

Standard sRGB color spaces clamp the red, green, and blue
components of a color to a range of `0` to `1`, but SwiftUI colors
use an extended sRGB color space, so you can use component values
outside that range.

---

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)