Constructors

Link copied to clipboard
constructor(parent: XmlParentNode, children: MutableSet<XmlNode>, attributes: MutableMap<String, String>)

Properties

Link copied to clipboard
open override val attributes: MutableMap<String, String>
Link copied to clipboard
open override val centerColor: AvgColor?

Optional center color.

Link copied to clipboard
open override val centerX: Float?

X coordinate of the center of the gradient within the path.

Link copied to clipboard
open override val centerY: Float?

Y coordinate of the center of the gradient within the path.

Link copied to clipboard
open override val children: MutableSet<XmlNode>
Link copied to clipboard
open override val className: String?
Link copied to clipboard
open override val endColor: AvgColor?

End color of the gradient.

Link copied to clipboard
open override val endX: Float?

X coordinate of the end point origin of the gradient. Defined in the same coordinates as the path itself

Link copied to clipboard
open override val endY: Float?

Y coordinate of the end point of the gradient within the shape. Defined in the same coordinates as the path itself

Link copied to clipboard
open override val gradientRadius: Float?

Radius of the gradient, used only with radial gradient.

Link copied to clipboard
open override val id: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val startColor: AvgColor?

Start color of the gradient.

Link copied to clipboard
open override val startX: Float?

X coordinate of the start point origin of the gradient. Defined in the same coordinates as the path itself

Link copied to clipboard
open override val startY: Float?

Y coordinate of the start point of the gradient within the shape. Defined in the same coordinates as the path itself

Link copied to clipboard
open override val style: String?
Link copied to clipboard
open override val tagName: String
Link copied to clipboard
open override val tileMode: AvgGradientTileMode?

Defines the tile mode of the gradient. SweepGradient don't support tiling.

Link copied to clipboard
open override val type: AvgGradientType?

Type of gradient. The default type is linear.

Functions

Link copied to clipboard
context(logger: Logger)
fun AvgNode.asNode(minified: Boolean): ImageVectorNode?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toJsString(extra: StringBuilder.() -> Unit?): String
Link copied to clipboard
open override fun toString(): String