raylib_wasm

Function LoadImagePalette

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