Macro bmp::px

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

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