image-color-replace ( image color replace -- )


Vocabulary
raylib

Inputs
imagea pointer to a Image
colora Color
replacea Color


Outputs
None

Word description
Modify image color: replace color

Definition


LIBRARY: raylib FUNCTION-ALIAS: image-color-replace void
ImageColorReplace
( Image* image, Color color, Color replace )