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

# CICompositeOperation

The properties you use to configure a composite operation filter.

```
protocol CICompositeOperation : CIFilterProtocol
```

## Topics

### Instance Properties

[`backgroundImage`](/documentation/CoreImage/CICompositeOperation/backgroundImage)

The image to use as a background image.

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

The image to use as a foreground image.

## See Also

[Composite Operations](/documentation/CoreImage/composite-operations)

Composite images by using a range of blend modes and compositing operators.



---

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)