---
title: colorSyncProfile
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscolorspace/colorsyncprofile
---

# colorSyncProfile

The ColorSync profile from which the color space was created.

## Declaration

```swift
var colorSyncProfile: UnsafeMutableRawPointer? { get }
```

## Discussion

Discussion The ColorSync profile on which the receiver is based. You need to cast this value to an object of opaque type CMProfileRef. Returns NULL if the receiver was created from a ICC-profile data instead. See ColorSync Manager for further information on CMProfileRef.

## See Also

### Accessing Color Space Data and Attributes

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