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

# CIFlashTransition

The properties you use to configure a flash transition filter.

```
protocol CIFlashTransition : CITransitionFilter
```

## Topics

### Instance Properties

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

The x and y position to use as the center of the effect.

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

The color of the light rays emanating from the flash.

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

The extent of the flash.

[`fadeThreshold`](/documentation/CoreImage/CIFlashTransition/fadeThreshold)

The amount of fade between the flash and the target image.

[`maxStriationRadius`](/documentation/CoreImage/CIFlashTransition/maxStriationRadius)

The radius of the light rays emanating from the flash.

[`striationContrast`](/documentation/CoreImage/CIFlashTransition/striationContrast)

The contrast of the light rays emanating from the flash.

[`striationStrength`](/documentation/CoreImage/CIFlashTransition/striationStrength)

The strength of the light rays emanating from the flash.

## See Also

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

Creates a flash of light to transition 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)