RenderGradient constructor

RenderGradient(
  1. Vec2D start,
  2. List<Color> colors,
  3. List<double> stops
)

Implementation

RenderGradient(this.start, this.colors, this.stops);