Optional
colorArray of colors stops to use in the gradient
Optional
textureThe size of the texture to use for the gradient - this is for advanced usage. The texture size does not need to match the size of the object being drawn. Due to GPU interpolation, gradient textures can be relatively small! Consider using a larger texture size if your gradient has a lot of very tight color steps
Optional
textureWhether coordinates are 'global' or 'local'
Optional
typeThe type of gradient
Optional
wrapThe wrap mode of the gradient. This can be 'clamp-to-edge' or 'repeat'.
Represents the style options for a linear gradient fill.