Instance Property
fillGradient
The gradient used for the fill.
Declaration
var fillGradient: GSGradient? { get set }Declaration
@property (nonatomic, strong) GSGradient * fillGradient;Declaration
fillGradient() -> GSGradient
setFillGradient_(fillGradient: GSGradient)Discussion
The gradient takes precedence over the fill color. Set the value to nil to remove the gradient fill paint.
See Also
Fill Paint
The effective fill paint.
The solid color used for the fill.