Macro node_engine::const_color
source · macro_rules! const_color { (RED) => { ... }; (GREEN) => { ... }; (BLUE) => { ... }; (WHITE) => { ... }; ($c:literal) => { ... }; }
macro_rules! const_color { (RED) => { ... }; (GREEN) => { ... }; (BLUE) => { ... }; (WHITE) => { ... }; ($c:literal) => { ... }; }