MCPcopy 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
296Color4B HSV::toColor4B() const
297{
298 return Color4B(toRgba());
299}
300
301Color4F HSV::toColor4F() const
302{

Callers 1

updateParticleQuadsMethod · 0.80

Calls 1

Color4BFunction · 0.85

Tested by

no test coverage detected