CILinearGradient - emcconville/cif GitHub Wiki
CILinearGradient
Generates a gradient that varies along a linear axis between two defined endpoints.
- -inputColor0 <color> : The first color to use in the gradient. [Default #FFFFFF]
- -inputPoint1 <vector> : The ending position of the gradient -- where the sedon color begins. [Default 200,200]
- -inputColor1 <color> : The second color to use in the gradient. [Default #000000]
- -inputPoint0 <vector> : The starting position of the gradient -- where the first color begins. [Default 0,0]