pub fn points_colored_to_lyon_path<I>(
    points_colored: I,
    close: bool
) -> Option<Path>
where I: IntoIterator<Item = (Point2, Color)>,
Expand description

Create a lyon path for the given iterator of colored points.