AvgGradientWithCenterCoordinates

Properties

Link copied to clipboard
abstract val centerColor: AvgColor?

Optional center color.

Link copied to clipboard
abstract val centerX: Float?

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

Link copied to clipboard
abstract val centerY: Float?

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

Link copied to clipboard
abstract val endColor: AvgColor?

End color of the gradient.

Link copied to clipboard
abstract val startColor: AvgColor?

Start color of the gradient.

Link copied to clipboard
abstract val type: AvgGradientType?

Type of gradient. The default type is linear.