-
Notifications
You must be signed in to change notification settings - Fork 0
CIVortexDistortion
Eric McConville edited this page Jun 21, 2015
·
2 revisions
Rotates pixels around a point to simulate a vortex. You can specify the number of rotations as well the center and radius of the effect.
- -inputAngle <number> : The angle (in degrees) of the vortex. [Default 56.54866776461628]
- -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.
- -inputRadius <number> : The radius determines how many pixels are used to create the distortion. The larger the radius, wider the extent of the distortion. [Default 300]
- -inputCenter <vector> : The x and y position to use as the center of the distortion. [Default 150,150]