Macro let_engine::color

source ·
macro_rules! color {
    (#$hex:expr) => { ... };
    (rgb($r:expr, $g:expr, $b:expr)) => { ... };
    (rgba($r:expr, $g:expr, $b:expr, $a:expr)) => { ... };
    (
        $color_space:ident,
        $($args:tt)*
    ) => { ... };
}