UnloadImagePalette method

void UnloadImagePalette(
  1. Pointer<ColorC> colors
)

Implementation

void UnloadImagePalette(Pointer<ColorC> colors) {
  return _UnloadImagePalette(colors);
}