LoadImagePalette method
Load colors palette from image as a Color array (RGBA - 32bit)
Implementation
Pointer<ColorC> LoadImagePalette(ImageC image, int maxPaletteSize, Pointer<Int> colorCount)
=> _LoadImagePalette(image, maxPaletteSize, colorCount);