Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ operator+
Method
operator+
src/Core/Graphics/Color.cpp:398–402 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
396
}
397
398
Color Color::operator+(const Color& color) const
399
{
400
401
return Color(r + color.r, g + color.g, b + color.b, a + color.a);
402
}
403
404
void Color::operator+=(const Color& color)
405
{
Callers
nothing calls this directly
Calls
1
Color
Class · 0.85
Tested by
no test coverage detected