<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.13.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ColorSync",
  "identifier" : "/documentation/ColorSync/ColorSyncProfileCreateDeviceProfile(_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "ColorSync"
    ],
    "preciseIdentifier" : "c:@F@ColorSyncProfileCreateDeviceProfile"
  },
  "title" : "ColorSyncProfileCreateDeviceProfile(_:_:_:)"
}
-->

# ColorSyncProfileCreateDeviceProfile(_:_:_:)

Creates a profile for a device registered with ColorSync.

```
func ColorSyncProfileCreateDeviceProfile(_ deviceClass: CFString!, _ deviceID: CFUUID!, _ profileID: CFTypeRef!) -> Unmanaged<ColorSyncProfile>?
```

## Parameters

`deviceClass`

The ColorSync device class.

`deviceID`

The device ID registered with ColorSync.

`profileID`

The profile ID registered with ColorSync; pass [`kColorSyncDeviceDefaultProfileID`](/documentation/ColorSync/kColorSyncDeviceDefaultProfileID) to get the default profile.

## Return Value

A new profile, or `NULL` in case of failure.

## Discussion

See `ColorSyncDevice.h` for more information on `deviceClass`, `deviceID`, and `profileID`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)