---
title: redEye
framework: coreimage
role: symbol
role_heading: Type Property
path: coreimage/ciimageautoadjustmentoption/redeye
---

# redEye

A key used to specify whether to return a red eye filter.

## Declaration

```swift
static let redEye: CIImageAutoAdjustmentOption
```

## Discussion

Discussion The value associated with this key is a CFBoolean value. Supply false to indicate not to return a red eye filter. If you don’t specify this option, Core Image assumes its value is true.

## See Also

### Type Properties

- [crop](coreimage/ciimageautoadjustmentoption/crop.md)
- [enhance](coreimage/ciimageautoadjustmentoption/enhance.md)
- [features](coreimage/ciimageautoadjustmentoption/features.md)
- [level](coreimage/ciimageautoadjustmentoption/level.md)
