MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator-

Method operator-

src/Core/Graphics/Color.cpp:413–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 }
412
413 Color Color::operator-(const Color& color) const
414 {
415
416 return Color(r - color.r, g - color.g, b - color.b, a - color.a);
417 }
418
419 void Color::operator-=(const Color& color)
420 {

Callers

nothing calls this directly

Calls 1

ColorClass · 0.85

Tested by

no test coverage detected