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

# CIPhotoEffect

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

```
protocol CIPhotoEffect : CIFilterProtocol
```

## Topics

### Instance Properties

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

The image to use as an input image.

[`extrapolate`](/documentation/CoreImage/CIPhotoEffect/extrapolate)

Extrapolate for RGB values outside of the range 0.0 to 1.0.

## See Also

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

Exaggerates an image’s colors.

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

Diminishes an image’s colors.

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

Desaturates an image’s colors.

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

Adjust an image’s colors to black and white.

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

Adjusts an image’s colors to black and white and intensifies the contrast.

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

Lowers the contrast of the input image.

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

Adjusts an image’s colors to black and white.

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

Brightens an image’s colors.



---

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)