Skip to content

raylib.ColorTint

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get color multiplied with another color

Parameters

Parameter Default Value Note
color
tint

Return value

Condition Return Value
(always) map

Notes

Example

// Tint a white color with red (result is red)
c = raylib.ColorTint(raylib.WHITE, raylib.RED)
print c

Clone this wiki locally