UnloadImagePalette method

void UnloadImagePalette(
  1. Pointer<ColorC> colors
)

Unload colors palette loaded with LoadImagePalette()

Implementation

void UnloadImagePalette(Pointer<ColorC> colors)
  => _UnloadImagePalette(colors);