Macro bmp::px [] [src]

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

Macro to generate a Pixel from r, g and b values.