---
title: CICMYKHalftone
framework: coreimage
role: symbol
role_heading: Protocol
path: coreimage/cicmykhalftone
---

# CICMYKHalftone

The properties you use to configure a CMYK halftone filter.

## Declaration

```swift
protocol CICMYKHalftone : CIFilterProtocol
```

## Topics

### Instance Properties

- [angle](coreimage/cicmykhalftone/angle.md)
- [center](coreimage/cicmykhalftone/center.md)
- [grayComponentReplacement](coreimage/cicmykhalftone/graycomponentreplacement.md)
- [inputImage](coreimage/cicmykhalftone/inputimage.md)
- [sharpness](coreimage/cicmykhalftone/sharpness.md)
- [underColorRemoval](coreimage/cicmykhalftone/undercolorremoval.md)
- [width](coreimage/cicmykhalftone/width.md)

## Relationships

### Inherits From

- [CIFilterProtocol](coreimage/cifilterprotocol.md)

## See Also

### Related Documentation

- [cmykHalftone()](coreimage/cifilter-swift.class/cmykhalftone().md)

### Protocols

- [CICircularScreen](coreimage/cicircularscreen.md)
- [CIDotScreen](coreimage/cidotscreen.md)
- [CIHatchedScreen](coreimage/cihatchedscreen.md)
- [CILineScreen](coreimage/cilinescreen.md)
