<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/kCIApplyOptionColorSpace",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:@kCIApplyOptionColorSpace"
  },
  "title" : "kCIApplyOptionColorSpace"
}
-->

# kCIApplyOptionColorSpace

The color space of the produced image.

```
let kCIApplyOptionColorSpace: String
```

## Discussion

The associated value must be an RGB <doc://com.apple.documentation/documentation/CoreGraphics/CGColorSpace> object. If not specified, the output of the kernel is in the working color space of the Core Image context used to render the image.

---

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)