[][src]Macro xblend::rgba

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

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