<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIRAWFilter/detailAmount",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(cs)CIRAWFilter(py)detailAmount"
  },
  "title" : "detailAmount"
}
-->

# detailAmount

A value that indicates the amount of detail enhancement to apply to the edges of the image.

```
var detailAmount: Float { get set }
```

## Discussion

The value should be in the range of `0...3`. The default value varies by image. A value of `0` indicates no detail enhancement, and a value of `3` indicates maximum detail enhancement.

> Note:
> A value of `false` for ``doc://com.apple.coreimage/documentation/CoreImage/CIRAWFilter/isDetailSupported`` indicates that the current image doesn’t support this adjustment.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)