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

# CICopyMachineTransition

The properties you use to configure a copy machine transition filter.

```
protocol CICopyMachineTransition : CITransitionFilter
```

## Topics

### Instance Properties

[`angle`](/documentation/CoreImage/CICopyMachineTransition/angle)

The angle of the copier light.

[`color`](/documentation/CoreImage/CICopyMachineTransition/color)

The color of the copier light.

[`extent`](/documentation/CoreImage/CICopyMachineTransition/extent)

A rectangle that defines the extent of the effect.

[`opacity`](/documentation/CoreImage/CICopyMachineTransition/opacity)

The opacity of the copier light.

[`width`](/documentation/CoreImage/CICopyMachineTransition/width)

The width of the copier light.

## See Also

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

Simulates the effect of a copy machine scanner light to transiton between two images.



---

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)