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

Method color

egui_plot/src/items/heatmap.rs:405–407  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

403 }
404
405 fn color(&self) -> Color32 {
406 Color32::TRANSPARENT
407 }
408
409 fn highlight(&mut self) {
410 self.highlight = true;

Callers 1

tile_view_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected