Function raylib_sys::LoadImagePalette

source ยท
pub unsafe extern "C" fn LoadImagePalette(
    image: Image,
    maxPaletteSize: c_int,
    colorCount: *mut c_int
) -> *mut Color