MCPcopy Create free account
hub / github.com/emilk/egui_plot / fill

Method fill

egui_plot/src/items/span.rs:85–88  ·  view source on GitHub ↗
(mut self, color: impl Into<Color32>)

Source from the content-addressed store, hash-verified

83 /// Set the background fill color for the span.
84 #[inline]
85 pub fn fill(mut self, color: impl Into<Color32>) -> Self {
86 self.fill = color.into();
87 self
88 }
89
90 /// Set the stroke used for both span borders.
91 #[inline]

Callers 5

thingyMethod · 0.45
show_plotMethod · 0.45
show_plotMethod · 0.45
make_cellMethod · 0.45
spanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected