Skip to content
Eric McConville edited this page Jun 21, 2015 · 2 revisions

CISwipeTransition

Transitions from one image to another by simulating a swiping action.

  • -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.
  • -inputColor <color> : The color of the swipe. [Default #FFFFFF]
  • -inputAngle <number> : The angle of the swipe. [Default 0]
  • -inputWidth <number> : The width of the swipe [Default 300]
  • -inputExtent <vector> : The extent of the effect. [Default 0,0,300,300]
  • -inputOpacity <number> : The opacity of the swipe. [Default 0]
  • -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.
Clone this wiki locally