SetImageColorMod( slot, color )

Set a color to be multiplied into the images color when rendering

Example:


LoadImage(0, "tst.png")
SetImageColorMod(0, RGB(255,0,0))