-
Notifications
You must be signed in to change notification settings - Fork 0
CIDisintegrateWithMaskTransition
Eric McConville edited this page Jun 21, 2015
·
2 revisions
Transitions from one image to another using the shape defined by a mask.
- -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]
- -inputTargetImage <image> : The target image for a transition.
- -inputMaskImage <image> : An image that defines the shape to use when disintegrating from the source to the target image.
- -inputShadowOffset <vector> : The offset of the shadow created by the mask. [Default 0,-10]
- -inputShadowDensity <number> : The density of the shadow created by the mask. [Default 0.65]
- -inputShadowRadius <number> : The radius of the shadow created by the mask. [Default 8]
- -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.