LoadImagePalette function
Implementation
Pointer<ColorC> LoadImagePalette(
ImageC image,
int maxPaletteSize,
Pointer<Int> colorCount,
) => _module.LoadImagePalette(image, maxPaletteSize, colorCount);
Pointer<ColorC> LoadImagePalette(
ImageC image,
int maxPaletteSize,
Pointer<Int> colorCount,
) => _module.LoadImagePalette(image, maxPaletteSize, colorCount);