CIGaussianGradient - emcconville/cif GitHub Wiki
CIGaussianGradient
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]