MCPcopy Create free account
hub / github.com/PerroEngine/Perro / matrix_kind_shape

Function matrix_kind_shape

perro_editor/res/scripts/ui/inspector_value_row.rs:393–398  ·  view source on GitHub ↗
(kind: &str)

Source from the content-addressed store, hash-verified

391 Color::from_hex("#2A2F36").unwrap_or(node.focused_style.fill);
392 node.focused_style.stroke =
393 Color::from_hex("#4D84D1").unwrap_or(node.focused_style.stroke);
394 node.focused_style.stroke_width = 1.0;
395 node.focused_style.set_corner_radius(0.12);
396 });
397 }
398 }
399}
400
401fn matrix_kind_shape(kind: &str) -> Option<(usize, usize)> {

Callers 1

Calls 3

okMethod · 0.80
nextMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected