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

Load colors palette from image as a Color array (RGBA - 32bit)