* Get color multiplied with another color */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected