---
title: moireReductionAmount
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cirawfilter/moirereductionamount
---

# moireReductionAmount

A value that indicates the amount of moire artifact reduction to apply to high frequency areas of the image.

## Declaration

```swift
var moireReductionAmount: Float { get set }
```

## Discussion

Discussion The value should be in the range of 0...1. The default value varies by image. A value of 0 indicates no moire reduction, and a value of 1 indicates maximum moire reduction. note: The isMoireReductionSupported property is false if the current image doesn’t support this adjustment.

## See Also

### Configuring a filter

- [baselineExposure](coreimage/cirawfilter/baselineexposure.md)
- [boostAmount](coreimage/cirawfilter/boostamount.md)
- [boostShadowAmount](coreimage/cirawfilter/boostshadowamount.md)
- [colorNoiseReductionAmount](coreimage/cirawfilter/colornoisereductionamount.md)
- [contrastAmount](coreimage/cirawfilter/contrastamount.md)
- [decoderVersion](coreimage/cirawfilter/decoderversion.md)
- [detailAmount](coreimage/cirawfilter/detailamount.md)
- [exposure](coreimage/cirawfilter/exposure.md)
- [extendedDynamicRangeAmount](coreimage/cirawfilter/extendeddynamicrangeamount.md)
- [isDraftModeEnabled](coreimage/cirawfilter/isdraftmodeenabled.md)
- [isGamutMappingEnabled](coreimage/cirawfilter/isgamutmappingenabled.md)
- [isLensCorrectionEnabled](coreimage/cirawfilter/islenscorrectionenabled.md)
- [linearSpaceFilter](coreimage/cirawfilter/linearspacefilter.md)
- [localToneMapAmount](coreimage/cirawfilter/localtonemapamount.md)
- [luminanceNoiseReductionAmount](coreimage/cirawfilter/luminancenoisereductionamount.md)
