MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / clearBitmapModulation

Method clearBitmapModulation

Engine/source/gfx/gfxDrawUtil.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void GFXDrawUtil::clearBitmapModulation()
104{
105 mBitmapModulation.set( 255, 255, 255, 255 );
106}
107
108void GFXDrawUtil::getBitmapModulation( ColorI *color )
109{

Callers 15

onRenderMethod · 0.80
drawNameMethod · 0.80
renderButtonMethod · 0.80
onRenderMethod · 0.80
renderTooltipMethod · 0.80
onRenderMethod · 0.80
onRenderMethod · 0.80
drawNameMethod · 0.80
prepRenderImageMethod · 0.80
onRenderMethod · 0.80
onRenderMethod · 0.80
onRenderMethod · 0.80

Calls 1

setMethod · 0.45

Tested by 1

renderTooltipMethod · 0.64