Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void GFXDrawUtil::clearBitmapModulation()
104
{
105
mBitmapModulation.set( 255, 255, 255, 255 );
106
}
107
108
void GFXDrawUtil::getBitmapModulation( ColorI *color )
109
{
Callers
15
onRender
Method · 0.80
drawName
Method · 0.80
renderButton
Method · 0.80
onRender
Method · 0.80
renderTooltip
Method · 0.80
onRender
Method · 0.80
onRender
Method · 0.80
drawName
Method · 0.80
prepRenderImage
Method · 0.80
onRender
Method · 0.80
onRender
Method · 0.80
onRender
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
1
renderTooltip
Method · 0.64