-
Notifications
You must be signed in to change notification settings - Fork 0
CIRippleTransition
Eric McConville edited this page Jun 21, 2015
·
2 revisions
Transitions from one image to another by creating a circular wave that expands from the center point, revealing the new image in the wake of the wave.
- -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]
- -inputWidth <number> : The width of the ripple. [Default 100]
- -inputExtent <vector> : A rectangle that defines the extent of the effect. [Default 0,0,300,300]
- -inputScale <number> : A value that determines whether the ripple starts as a bulge (higher value) or a dimple (lower value). [Default 50]
- -inputCenter <vector> : The x and y position to use as the center of the effect [Default 150,150]
- -inputShadingImage <image> : An image that looks like a shaded sphere enclosed in a square image.
- -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.