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

# CISharpenLuminance

The properties you use to configure a sharpen luminance filter.

```
protocol CISharpenLuminance : CIFilterProtocol
```

## Topics

### Instance Properties

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

The image to use as an input image.

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

The distance from the center of the effect.

[`sharpness`](/documentation/CoreImage/CISharpenLuminance/sharpness)

The amount of sharpening to apply.

## See Also

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

Applies a sharpening effect to an image.



---

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)