Macro stroke_generator

Source
macro_rules! stroke_generator {
    ($color:tt) => { ... };
}