Macro fill_generator

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