[][src]Function nannou::draw::primitive::path::points_colored_to_lyon_path

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

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