AvgGradientNode
class AvgGradientNode(parent: XmlParentNode, children: MutableSet<XmlNode>, attributes: MutableMap<String, String>) : AvgElementNode, AvgNode, AvgLinearGradient, AvgRadianGradient, AvgSweepGradient(source)
Constructors
Link copied to clipboard
constructor(parent: XmlParentNode, children: MutableSet<XmlNode>, attributes: MutableMap<String, String>)
Properties
Link copied to clipboard
Link copied to clipboard
Optional center color.
Link copied to clipboard
Link copied to clipboard
Radius of the gradient, used only with radial gradient.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Start color of the gradient.
Link copied to clipboard
Defines the tile mode of the gradient. SweepGradient don't support tiling.
Link copied to clipboard
Type of gradient. The default type is linear.