LinearGradient
{ type: 'LinearGradient', stops: { 1.0: 'white', 0.9: '#FCFBAE', 0.8: '#FAD932', 0.7: '#F26C19', 0.5: '#C41D6F', 0.3: '#70009C', 0.0: '#1E0073' } };
The stops of the LinearGradient
The type is "LinearGradient".
Generated using TypeDoc
LinearGradient
{ type: 'LinearGradient', stops: { 1.0: 'white', 0.9: '#FCFBAE', 0.8: '#FAD932', 0.7: '#F26C19', 0.5: '#C41D6F', 0.3: '#70009C', 0.0: '#1E0073' } };