---
title: kVTPixelTransferPropertyKey_DestinationColorPrimaries
framework: videotoolbox
role: symbol
role_heading: Global Variable
path: videotoolbox/kvtpixeltransferpropertykey_destinationcolorprimaries
---

# kVTPixelTransferPropertyKey_DestinationColorPrimaries

The color primaries to be used for destination image buffers.

## Declaration

```swift
let kVTPixelTransferPropertyKey_DestinationColorPrimaries: CFString
```

## Discussion

Discussion Specifying this value may lead to performance degradation, as a color matching operation may need to be performed between the source and the destination. See kCMFormatDescriptionExtension_ColorPrimaries in CMFormatDescription.h for supported values.

## See Also

### Configuration

- [kVTPixelTransferPropertyKey_ScalingMode](videotoolbox/kvtpixeltransferpropertykey_scalingmode.md)
- [Scaling Mode Constants](videotoolbox/scaling-mode-constants.md)
- [kVTPixelTransferPropertyKey_DestinationCleanAperture](videotoolbox/kvtpixeltransferpropertykey_destinationcleanaperture.md)
- [kVTPixelTransferPropertyKey_DestinationPixelAspectRatio](videotoolbox/kvtpixeltransferpropertykey_destinationpixelaspectratio.md)
- [kVTPixelTransferPropertyKey_DownsamplingMode](videotoolbox/kvtpixeltransferpropertykey_downsamplingmode.md)
- [Downsampling Mode Constants](videotoolbox/downsampling-mode-constants.md)
- [kVTPixelTransferPropertyKey_DestinationTransferFunction](videotoolbox/kvtpixeltransferpropertykey_destinationtransferfunction.md)
- [kVTPixelTransferPropertyKey_DestinationICCProfile](videotoolbox/kvtpixeltransferpropertykey_destinationiccprofile.md)
- [kVTPixelTransferPropertyKey_DestinationYCbCrMatrix](videotoolbox/kvtpixeltransferpropertykey_destinationycbcrmatrix.md)
- [kVTPixelTransferPropertyKey_RealTime](videotoolbox/kvtpixeltransferpropertykey_realtime.md)
