Macro macroquad::color_u8

source ·
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 this issue to be resolved.