* Get color with contrast correction, contrast values between -1.0f and 1.0f */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected