MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Tint

Function Tint

include/Color.hpp:194–194  ·  view source on GitHub ↗

* Get color multiplied with another color */

Source from the content-addressed store, hash-verified

192 * Get color multiplied with another color
193 */
194 Color Tint(::Color tint) { return ::ColorTint(*this, tint); }
195
196 /**
197 * Get color with brightness correction, brightness factor goes from -1.0f to 1.0f

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected