LoadImagePalette method

Pointer<ColorC> LoadImagePalette(
  1. ImageC image,
  2. int maxPaletteSize,
  3. Pointer<Int> colorCount
)

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);