-
Notifications
You must be signed in to change notification settings - Fork 0
CIGaussianGradient
Eric McConville edited this page Jun 21, 2015
·
2 revisions
Generates a gradient that varies from one color to another using a Gaussian distribution.
- -inputColor0 <color> : The first color to use in the gradient. [Default #FFFFFF]
- -inputRadius <number> : The radius of the Gaussian distribution. [Default 300]
- -inputColor1 <color> : The second color to use in the gradient. [Default #00000000]
- -inputCenter <vector> : The center of the area, as x and y coordinates, to filter. [Default 150,150]