VG3_draw_colorchange()
Replace all pixels of one color with pixels of another color.SYNTAX
void
VG3_draw_colorchange(void *wstruct,
void *imgdst,
int fromcolor,
int tocolor)
FUNCTION PARAMETERS
wstruct | Window-struct |
imgdst | Image, or NULL = window |
fromcolor | Source color (from VGAG3_COLORS or VGAG3_COLOR_CUSTOM) |
tocolor | Destination color (from VGAG3_COLORS or VGAG3_COLOR_CUSTOM) |
DESCRIPTION
Replace all pixels of one color with pixels of another color.
SEE ALSO