Get color multiplied with another color
// Tint a white color with red (result is red) c = raylib.ColorTint(raylib.WHITE, raylib.RED) print c
There was an error while loading. Please reload this page.