Skip to contents

Get color multiplied with another color.

Usage

color_tint(color, tint)

Arguments

color

A color.

tint

A color.

Value

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)