-
Notifications
You must be signed in to change notification settings - Fork 0
CIFlashTransition
Eric McConville edited this page Jun 21, 2015
·
2 revisions
Transitions from one image to another by creating a flash. The flash originates from a point you specify. Small at first, it rapidly expands until the image frame is completely filled with the flash color. As the color fades, the target image begins to appear.
- -inputTargetImage <image> : The target image for a transition.
- -inputTime <number> : The parametric time of the transition. This value drives the transition from start (at time 0) to end (at time 1). [Default 0]
- -inputColor <color> : The color of the light rays emanating from the flash. [Default #FFCC99]
- -inputStriationStrength <number> : The strength of the light rays emanating from the flash. [Default 0.5]
- -inputExtent <vector> : The extent of the flash. [Default 0,0,300,300]
- -inputFadeThreshold <number> : The amount of fade between the flash and the target image. The higher the value, the more flash time and the less fade time. [Default 0.85]
- -inputCenter <vector> : The x and y position to use as the center of the effect [Default 150,150]
- -inputStriationContrast <number> : The contrast of the light rays emanating from the flash. [Default 1.375]
- -inputMaxStriationRadius <number> : The radius of the light rays emanating from the flash. [Default 2.58]
- -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.