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

Function Brightness

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

* Get color with brightness correction, brightness factor goes from -1.0f to 1.0f */

Source from the content-addressed store, hash-verified

197 * Get color with brightness correction, brightness factor goes from -1.0f to 1.0f
198 */
199 Color Brightness(float factor) { return ::ColorBrightness(*this, factor); }
200
201 /**
202 * Get color with contrast correction, contrast values between -1.0f and 1.0f

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected