[][src]Macro xblend::rgb

macro_rules! rgb {
    ($r:expr, $g:expr, $b:expr) => { ... };
    ($v:expr) => { ... };
}

A useful macro to create a Color with 3 components or an integer value.