Function raylib_sys::rlColor4ub

source ยท
pub unsafe extern "C" fn rlColor4ub(
    r: c_uchar,
    g: c_uchar,
    b: c_uchar,
    a: c_uchar
)