-
Notifications
You must be signed in to change notification settings - Fork 0
CIBumpDistortion
Eric McConville edited this page Jun 21, 2015
·
2 revisions
Creates a concave or convex bump that originates at a specified point in the image.
- -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.
- -inputScale <number> : The scale of the effect determines the curvature of the bump. A value of 0.0 has no effect. Positive values create an outward bump; negative values create an inward bump. [Default 0.5]
- -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 bump. [Default 150,150]