[][src]Macro quad_gl::color_u8

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

Build a color from 4 components of 0..255 values This is a temporary solution and going to be replaced with const fn, waiting for https://github.com/rust-lang/rust/issues/57241