Macro colour::write_gray

source ยท
macro_rules! write_gray {
    ($dst:expr, $($args:tt)*) => { ... };
}