---
title: Setting color properties for a specific resolution
framework: avfoundation
role: article
role_heading: Article
path: avfoundation/setting-color-properties-for-a-specific-resolution
---

# Setting color properties for a specific resolution

Choose the proper color property keys for the desired color range.

## Overview

Overview After specifying the AVVideoColorPropertiesKey, you must specify a color primary, transfer function, and Y’CbCr matrix. For HD colorimetry, specify: AVVideoColorPrimaries_ITU_R_709_2 AVVideoTransferFunction_ITU_R_709_2 AVVideoYCbCrMatrix_ITU_R_709_2 For SD colorimetry, specify: AVVideoColorPrimaries_SMPTE_C AVVideoTransferFunction_ITU_R_709_2 AVVideoYCbCrMatrix_ITU_R_601_4 For wide gamut HD colorimetry, specify: AVVideoColorPrimaries_P3_D65 AVVideoTransferFunction_ITU_R_709_2 AVVideoYCbCrMatrix_ITU_R_709_2 If the source and destination color properties differ, AVFoundation matches the color. You must tag the source.

## See Also

### Color properties

- [AVVideoAllowWideColorKey](avfoundation/avvideoallowwidecolorkey.md)
- [AVVideoColorPrimariesKey](avfoundation/avvideocolorprimarieskey.md)
- [AVVideoColorPrimaries_EBU_3213](avfoundation/avvideocolorprimaries_ebu_3213.md)
- [AVVideoColorPrimaries_ITU_R_2020](avfoundation/avvideocolorprimaries_itu_r_2020.md)
- [AVVideoColorPrimaries_ITU_R_709_2](avfoundation/avvideocolorprimaries_itu_r_709_2.md)
- [AVVideoColorPrimaries_P3_D65](avfoundation/avvideocolorprimaries_p3_d65.md)
- [AVVideoColorPrimaries_SMPTE_C](avfoundation/avvideocolorprimaries_smpte_c.md)
- [AVVideoColorPropertiesKey](avfoundation/avvideocolorpropertieskey.md)
- [AVVideoTransferFunctionKey](avfoundation/avvideotransferfunctionkey.md)
- [AVVideoTransferFunction_IEC_sRGB](avfoundation/avvideotransferfunction_iec_srgb.md)
- [AVVideoTransferFunction_ITU_R_2100_HLG](avfoundation/avvideotransferfunction_itu_r_2100_hlg.md)
- [AVVideoTransferFunction_ITU_R_709_2](avfoundation/avvideotransferfunction_itu_r_709_2.md)
- [AVVideoTransferFunction_Linear](avfoundation/avvideotransferfunction_linear.md)
- [AVVideoTransferFunction_SMPTE_240M_1995](avfoundation/avvideotransferfunction_smpte_240m_1995.md)
- [AVVideoTransferFunction_SMPTE_ST_2084_PQ](avfoundation/avvideotransferfunction_smpte_st_2084_pq.md)
