Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ toColor4B
Method
toColor4B
core/math/Color.cpp:296–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
}
295
296
Color4B HSV::toColor4B() const
297
{
298
return Color4B(toRgba());
299
}
300
301
Color4F HSV::toColor4F() const
302
{
Callers
1
updateParticleQuads
Method · 0.80
Calls
1
Color4B
Function · 0.85
Tested by
no test coverage detected