SweepGradientPaint
class SweepGradientPaint(val colors: List<GradientPaint.Stop>, val center: Point, val rotation: Measure<Angle> = 0 * degrees) : GradientPaint
A Paint based on sweeping a "line" around a center point, through a series of Stops to form what looks like a cone.
Parameters
colors
at stop angles
center
of the cone
rotation
of the starting line