MCPcopy Create free account
hub / github.com/RustCV/RustCV / all

Method all

rustcv/src/imgproc/drawing.rs:53–59  ·  view source on GitHub ↗
(v: u8)

Source from the content-addressed store, hash-verified

51 }
52 }
53 pub fn all(v: u8) -> Self {
54 Self {
55 v0: v,
56 v1: v,
57 v2: v,
58 }
59 }
60}
61
62// --- 绘图函数 ---

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected