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

# CIColorMonochrome

The properties you use to configure a color monochrome filter.

```
protocol CIColorMonochrome : CIFilterProtocol
```

## Topics

### Instance Properties

[`color`](/documentation/CoreImage/CIColorMonochrome/color)

The monochrome color to apply to the image.

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

The image to use as an input image.

[`intensity`](/documentation/CoreImage/CIColorMonochrome/intensity)

The intensity of the monochrome effect.

## See Also

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

Adjusts an image’s colors to shades of a single color.



---

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)