---
title: CIDither
framework: coreimage
role: symbol
role_heading: Protocol
path: coreimage/cidither
---

# CIDither

The properties you use to configure a dither filter.

## Declaration

```swift
protocol CIDither : CIFilterProtocol
```

## Topics

### Instance Properties

- [inputImage](coreimage/cidither/inputimage.md)
- [intensity](coreimage/cidither/intensity.md)

## Relationships

### Inherits From

- [CIFilterProtocol](coreimage/cifilterprotocol.md)

## See Also

### Related Documentation

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

### Protocols

- [CIColorCrossPolynomial](coreimage/cicolorcrosspolynomial.md)
- [CIColorCube](coreimage/cicolorcube.md)
- [CIColorCubeWithColorSpace](coreimage/cicolorcubewithcolorspace.md)
- [CIColorCubesMixedWithMask](coreimage/cicolorcubesmixedwithmask.md)
- [CIColorCurves](coreimage/cicolorcurves.md)
- [CIColorInvert](coreimage/cicolorinvert.md)
- [CIColorMap](coreimage/cicolormap.md)
- [CIColorMonochrome](coreimage/cicolormonochrome.md)
- [CIConvertLab](coreimage/ciconvertlab.md)
- [CIColorPosterize](coreimage/cicolorposterize.md)
- [CIDocumentEnhancer](coreimage/cidocumentenhancer.md)
- [CIFalseColor](coreimage/cifalsecolor.md)
- [CILabDeltaE](coreimage/cilabdeltae.md)
- [CIMaskToAlpha](coreimage/cimasktoalpha.md)
- [CIMaximumComponent](coreimage/cimaximumcomponent.md)
