---
title: iccProfileData
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolorspace/iccprofiledata
---

# iccProfileData

The ICC profile data from which the color space was created.

## Declaration

```swift
var iccProfileData: Data? { get }
```

## Discussion

Discussion The ICC profile from which the receiver was created. This method attempts to compute the profile data from a CMProfileRef object and returns nil if it is unable to. For information on ICC profiles, see the latest ICC specification at the International Color Consortium website.

## See Also

### Accessing Color Space Data and Attributes

- [cgColorSpace](appkit/nscolorspace/cgcolorspace.md)
- [colorSpaceModel](appkit/nscolorspace/colorspacemodel.md)
- [NSColorSpace.Model](appkit/nscolorspace/model.md)
- [colorSyncProfile](appkit/nscolorspace/colorsyncprofile.md)
- [localizedName](appkit/nscolorspace/localizedname.md)
- [numberOfColorComponents](appkit/nscolorspace/numberofcolorcomponents.md)
