image-clear-background ( dst color -- )


Vocabulary
raylib

Inputs
dsta pointer to a Image
colora Color


Outputs
None

Word description
Clear image background with given color

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-clear-background void
ImageClearBackground ( Image* dst, Color color )