MCPcopy Create free account
hub / github.com/axmolengine/axmol / setOpacityModifyRGB

Function setOpacityModifyRGB

core/2d/ParticleSystem.h:1058–1058  ·  view source on GitHub ↗

does the alpha value modify color */

Source from the content-addressed store, hash-verified

1056
1057 /** does the alpha value modify color */
1058 void setOpacityModifyRGB(bool opacityModifyRGB) override { _opacityModifyRGB = opacityModifyRGB; }
1059 bool isOpacityModifyRGB() const override { return _opacityModifyRGB; }
1060
1061 /** Enables or disables tex coord animations that are set based on particle life. */

Callers 7

updateBlendStateMethod · 0.85
updateBlendFuncMethod · 0.85
updateBlendFuncMethod · 0.85
updateBlendStateMethod · 0.85
updateBlendFuncMethod · 0.85
initializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected