UnloadImagePalette function

void UnloadImagePalette(
  1. Pointer<ColorC> colors
)

Implementation

void UnloadImagePalette(Pointer<ColorC> colors) => _module.UnloadImagePalette(colors);