Scenic.Script.stroke_linear
You're seeing just the function
stroke_linear
, go back to Scenic.Script module for more information.
Link to this function
stroke_linear(ops, start_x, start_y, end_x, end_y, color_start, color_end)
View SourceSpecs
stroke_linear( ops :: t(), start_x :: number(), start_y :: number(), end_x :: number(), end_y :: number(), color_start :: Scenic.Color.t(), color_end :: Scenic.Color.t() ) :: ops :: t()