---
title: displayP3_HLG
framework: coregraphics
role: symbol
role_heading: Type Property
path: coregraphics/cgcolorspace/displayp3_hlg
---

# displayP3_HLG

The Display P3 color space, using the HLG transfer function.

## Declaration

```swift
class let displayP3_HLG: CFString
```

## Discussion

Discussion This color space was created by Apple Inc. This color space uses the DCI P3 primaries, a D65 white point, and the Hybrid Log-Gamma (HLG) transfer function. For more information on HLG, see https://www.itu.int/rec/R-REC-BT.2100.

## See Also

### Accessing System-Defined Color Spaces

- [displayP3](coregraphics/cgcolorspace/displayp3.md)
- [displayP3_PQ_EOTF](coregraphics/cgcolorspace/displayp3_pq_eotf.md)
- [extendedLinearDisplayP3](coregraphics/cgcolorspace/extendedlineardisplayp3.md)
- [sRGB](coregraphics/cgcolorspace/srgb.md)
- [linearSRGB](coregraphics/cgcolorspace/linearsrgb.md)
- [extendedSRGB](coregraphics/cgcolorspace/extendedsrgb.md)
- [extendedLinearSRGB](coregraphics/cgcolorspace/extendedlinearsrgb.md)
- [genericGrayGamma2_2](coregraphics/cgcolorspace/genericgraygamma2_2.md)
- [extendedGray](coregraphics/cgcolorspace/extendedgray.md)
- [linearGray](coregraphics/cgcolorspace/lineargray.md)
- [extendedLinearGray](coregraphics/cgcolorspace/extendedlineargray.md)
- [genericCMYK](coregraphics/cgcolorspace/genericcmyk.md)
- [genericRGBLinear](coregraphics/cgcolorspace/genericrgblinear.md)
- [genericXYZ](coregraphics/cgcolorspace/genericxyz.md)
- [genericLab](coregraphics/cgcolorspace/genericlab.md)
