-
Notifications
You must be signed in to change notification settings - Fork 0
CILinearGradient
Eric McConville edited this page Jun 21, 2015
·
2 revisions
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]