Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ highlight_mask_rgba
Function
highlight_mask_rgba
src/plot_renderer/mod.rs:67–69 ·
view source on GitHub ↗
(color: Color)
Source
from the content-addressed store, hash-verified
65
}
66
67
fn highlight_mask_rgba(color: Color) -> [f32; 4] {
68
color_to_rgba(highlight_mask_color(color))
69
}
70
71
fn highlight_marker_plot_position(
72
highlight: &HighlightPoint,
Callers
1
rebuild_highlight
Method · 0.85
Calls
2
color_to_rgba
Function · 0.85
highlight_mask_color
Function · 0.85
Tested by
no test coverage detected