<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIColorMap",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIColorMap"
  },
  "title" : "CIColorMap"
}
-->

# CIColorMap

The properties you use to configure a color map filter.

```
protocol CIColorMap : CIFilterProtocol
```

## Topics

### Instance Properties

[`gradientImage`](/documentation/CoreImage/CIColorMap/gradientImage)

The image data that transforms the source image values.

[`inputImage`](/documentation/CoreImage/CIColorMap/inputImage)

The image to use as an input image.

## See Also

[`colorMap()`](/documentation/CoreImage/CIFilter-swift.class/colorMap())

Performs a transformation of the input image colors to colors from a gradient 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)