Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ toColor4F
Method
toColor4F
core/math/Color.cpp:301–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
Color4F HSV::toColor4F() const
302
{
303
return toRgba();
304
}
305
306
HSL::HSL() {}
307
HSL::HSL(float _h, float _s, float _l, float _a) : Vec4Base(_h, _s, _l, _a) {}
Callers
1
updateParticleQuads
Method · 0.80
Calls
1
Color4F
Function · 0.70
Tested by
no test coverage detected