---
title: kVTPixelTransferPropertyKey_DestinationICCProfile
framework: videotoolbox
role: symbol
role_heading: Global Variable
path: videotoolbox/kvtpixeltransferpropertykey_destinationiccprofile
---

# kVTPixelTransferPropertyKey_DestinationICCProfile

The International Color Consortium (ICC) profile for destination image buffers.

## Declaration

```swift
let kVTPixelTransferPropertyKey_DestinationICCProfile: 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_ICCProfile in CMFormatDescription.h for possible 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_DestinationColorPrimaries](videotoolbox/kvtpixeltransferpropertykey_destinationcolorprimaries.md)
- [kVTPixelTransferPropertyKey_DestinationTransferFunction](videotoolbox/kvtpixeltransferpropertykey_destinationtransferfunction.md)
- [kVTPixelTransferPropertyKey_DestinationYCbCrMatrix](videotoolbox/kvtpixeltransferpropertykey_destinationycbcrmatrix.md)
- [kVTPixelTransferPropertyKey_RealTime](videotoolbox/kvtpixeltransferpropertykey_realtime.md)
