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

# CICMYKHalftone

The properties you use to configure a CMYK halftone filter.

```
protocol CICMYKHalftone : CIFilterProtocol
```

## Topics

### Instance Properties

[`angle`](/documentation/CoreImage/CICMYKHalftone/angle)

The angle of the pattern.

[`center`](/documentation/CoreImage/CICMYKHalftone/center)

The x and y position to use as the center of the halftone pattern.

[`grayComponentReplacement`](/documentation/CoreImage/CICMYKHalftone/grayComponentReplacement)

The gray component replacement value.

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

The image to use as an input image.

[`sharpness`](/documentation/CoreImage/CICMYKHalftone/sharpness)

The sharpness of the pattern.

[`underColorRemoval`](/documentation/CoreImage/CICMYKHalftone/underColorRemoval)

The under color removal value.

[`width`](/documentation/CoreImage/CICMYKHalftone/width)

The distance between dots in the pattern.

## See Also

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

Adds a series of colorful dots to an 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)