Scenic.Script.stroke_radial

You're seeing just the function stroke_radial, go back to Scenic.Script module for more information.
Link to this function

stroke_radial(ops, center_x, center_y, inner_radius, outer_radius, color_start, color_end)

View Source

Specs

stroke_radial(
  ops :: t(),
  center_x :: number(),
  center_y :: number(),
  inner_radius :: number(),
  outer_radius :: number(),
  color_start :: Scenic.Color.t(),
  color_end :: Scenic.Color.t()
) :: ops :: t()