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

Method operator/

src/Core/Graphics/Color.cpp:458–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 }
457
458 Color Color::operator/(const Color& color) const
459 {
460
461 return Color(r / color.r, g / color.g, b / color.b, a / color.a);
462 }
463
464 Color Color::operator/(double value) const
465 {

Callers

nothing calls this directly

Calls 1

ColorClass · 0.85

Tested by

no test coverage detected