Macro cmap

Source
macro_rules! cmap {
    ($i:tt, $r:tt, $g:tt, $b:tt) => { ... };
}