---
title: isLuminanceNoiseReductionSupported
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cirawfilter/isluminancenoisereductionsupported
---

# isLuminanceNoiseReductionSupported

A Boolean that indicates if the current image supports luminance noise reduction adjustments.

## Declaration

```swift
var isLuminanceNoiseReductionSupported: Bool { get }
```

## Discussion

Discussion If this value is true, you can adjust the amount of luminance noise reduction to apply to the image by setting luminanceNoiseReductionAmount.

## See Also

### Inspecting supported camera models, decoders, and filters

- [supportedCameraModels](coreimage/cirawfilter/supportedcameramodels.md)
- [supportedDecoderVersions](coreimage/cirawfilter/supporteddecoderversions.md)
- [CIRAWDecoderVersion](coreimage/cirawdecoderversion.md)
- [isColorNoiseReductionSupported](coreimage/cirawfilter/iscolornoisereductionsupported.md)
- [isContrastSupported](coreimage/cirawfilter/iscontrastsupported.md)
- [isDetailSupported](coreimage/cirawfilter/isdetailsupported.md)
- [isLensCorrectionSupported](coreimage/cirawfilter/islenscorrectionsupported.md)
- [isLocalToneMapSupported](coreimage/cirawfilter/islocaltonemapsupported.md)
- [isMoireReductionSupported](coreimage/cirawfilter/ismoirereductionsupported.md)
- [isSharpnessSupported](coreimage/cirawfilter/issharpnesssupported.md)
- [nativeSize](coreimage/cirawfilter/nativesize.md)
