---
title: autoAdjustmentFilters()
framework: coreimage
role: symbol
role_heading: Instance Method
path: coreimage/ciimage/autoadjustmentfilters()
---

# autoAdjustmentFilters()

Returns all possible automatically selected and configured filters for adjusting the image.

## Declaration

```swift
func autoAdjustmentFilters() -> [CIFilter]
```

## Return Value

Return Value An array of CIFilter instances preconfigured for correcting deficiencies in the supplied image.

## See Also

### Getting Autoadjustment Filters

- [autoAdjustmentFilters(options:)](coreimage/ciimage/autoadjustmentfilters(options:).md)
- [Autoadjustment Keys](coreimage/autoadjustment-keys.md)
