<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIHighlightShadowAdjust",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIHighlightShadowAdjust"
  },
  "title" : "CIHighlightShadowAdjust"
}
-->

# CIHighlightShadowAdjust

The properties you use to configure a highlight-shadow adjust filter.

```
protocol CIHighlightShadowAdjust : CIFilterProtocol
```

## Topics

### Instance Properties

[`highlightAmount`](/documentation/CoreImage/CIHighlightShadowAdjust/highlightAmount)

The amount of adjustment to the highlights in the image.

[`inputImage`](/documentation/CoreImage/CIHighlightShadowAdjust/inputImage)

The image to use as an input image.

[`radius`](/documentation/CoreImage/CIHighlightShadowAdjust/radius)

The shadow highlight radius.

[`shadowAmount`](/documentation/CoreImage/CIHighlightShadowAdjust/shadowAmount)

The amount of adjustment to the shadows in the image.

## See Also

[`highlightShadowAdjust()`](/documentation/CoreImage/CIFilter-swift.class/highlightShadowAdjust())

Adjusts the highlights of colors to reduce shadows.



---

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)