We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.