* Get color with brightness correction, brightness factor goes from -1.0f to 1.0f */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected