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

# CIVignetteEffect

The properties you use to configure a vignette-effect filter.

```
protocol CIVignetteEffect : CIFilterProtocol
```

## Topics

### Instance Properties

[`center`](/documentation/CoreImage/CIVignetteEffect/center)

The center of the effect as x and y coordinates.

[`falloff`](/documentation/CoreImage/CIVignetteEffect/falloff)

The falloff of the effect.

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

The image to use as an input image.

[`intensity`](/documentation/CoreImage/CIVignetteEffect/intensity)

The intensity of the effect.

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

The distance from the center of the effect.

## See Also

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

Gradually darkens a specified area of 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)