Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ operator*
Method
operator*
src/Core/Graphics/Color.cpp:428–432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
}
427
428
Color Color::operator*(const Color& color) const
429
{
430
431
return Color(r * color.r, g * color.g, b * color.b, a * color.a);
432
}
433
434
Color Color::operator*(double value) const
435
{
Callers
nothing calls this directly
Calls
1
Color
Class · 0.85
Tested by
no test coverage detected