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

Function Contrast

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

* Get color with contrast correction, contrast values between -1.0f and 1.0f */

Source from the content-addressed store, hash-verified

202 * Get color with contrast correction, contrast values between -1.0f and 1.0f
203 */
204 Color Contrast(float contrast) { return ::ColorContrast(*this, contrast); }
205
206 /**
207 * Returns color with alpha applied, alpha goes from 0.0f to 1.0f

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected