MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / operator!=

Function operator!=

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

Source from the content-addressed store, hash-verified

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 /**
192 * Get color multiplied with another color

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected