load-image-palette ( image maxPaletteSize colorCount -- Color* )


Vocabulary
raylib

Inputs
imagea Image
maxPaletteSizean int
colorCounta pointer to a int


Outputs
Color*a pointer to an array of Colors


Word description
Load colors palette from image as a Color array (RGBA - 32bit)

Definition


LIBRARY: raylib FUNCTION-ALIAS: load-image-palette Color*
LoadImagePalette
( Image image, int maxPaletteSize, int* colorCount )