---
title: displayP3
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nscolorspace/displayp3
---

# displayP3

A color space object that represents a P3 Display color space.

## Declaration

```swift
class var displayP3: NSColorSpace { get }
```

## Return Value

Return Value The NSColorSpace object. This color-additive color space has red, green, blue, and alpha components.

## Discussion

Discussion The Display P3 color space, created by Apple Inc. This color space uses the DCI P3 primaries, a D65 white point, and the same gamma curve as the sRGB color space.

## See Also

### Getting a Named Color Space

- [deviceRGB](appkit/nscolorspace/devicergb.md)
- [genericRGB](appkit/nscolorspace/genericrgb.md)
- [deviceCMYK](appkit/nscolorspace/devicecmyk.md)
- [genericCMYK](appkit/nscolorspace/genericcmyk.md)
- [deviceGray](appkit/nscolorspace/devicegray.md)
- [genericGray](appkit/nscolorspace/genericgray.md)
- [sRGB](appkit/nscolorspace/srgb.md)
- [extendedSRGB](appkit/nscolorspace/extendedsrgb.md)
- [genericGamma22Gray](appkit/nscolorspace/genericgamma22gray.md)
- [extendedGenericGamma22Gray](appkit/nscolorspace/extendedgenericgamma22gray.md)
- [adobeRGB1998](appkit/nscolorspace/adobergb1998.md)
