Get color multiplied with another color.
Arguments
- color
A color.
- tint
A color.
Note
This function has been auto-generated from the following Raylib function definition:
Color ColorTint(Color color, Color tint);
Examples
color_tint("red", "red")
#> color(r = 255, g = 0, b = 0, a = 255)