| 186 | } |
| 187 | |
| 188 | bool operator==(const ::Color& other) const { return ::ColorIsEqual(*this, other); } |
| 189 | bool operator!=(const ::Color& other) const { return !::ColorIsEqual(*this, other); } |
| 190 | |
| 191 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected