MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / grid_style

Function grid_style

examples/themes_and_styles.rs:383–389  ·  view source on GitHub ↗
(major: Color, minor: Color, sub_minor: Color)

Source from the content-addressed store, hash-verified

381}
382
383fn grid_style(major: Color, minor: Color, sub_minor: Color) -> GridStyle {
384 GridStyle {
385 major,
386 minor,
387 sub_minor,
388 }
389}
390
391fn with_alpha(color: Color, alpha: f32) -> Color {
392 Color { a: alpha, ..color }

Callers 3

style1Function · 0.85
style2Function · 0.85
style3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected