Macro colour::write_dark_blue

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