Struct egui::widgets::plot::Polygon [−][src]
pub struct Polygon { /* fields omitted */ }
Expand description
A convex polygon.
Implementations
Highlight this polygon in the plot by scaling up the stroke and reducing the fill transparency.
Stroke color. Default is Color32::TRANSPARENT
which means a color will be auto-assigned.
Alpha of the filled area.