MCPcopy 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
301Color4F HSV::toColor4F() const
302{
303 return toRgba();
304}
305
306HSL::HSL() {}
307HSL::HSL(float _h, float _s, float _l, float _a) : Vec4Base(_h, _s, _l, _a) {}

Callers 1

updateParticleQuadsMethod · 0.80

Calls 1

Color4FFunction · 0.70

Tested by

no test coverage detected