Macro macroquad::color_u8[][src]

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

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