Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ SwapColours
Method
SwapColours
DevIL/cpp wrapper/il_wrap.cpp:193–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
192
193
ILboolean ilImage::SwapColours()
194
{
195
if (this->Id) {
196
this->Bind();
197
return iluSwapColours();
198
}
199
return IL_FALSE;
200
}
201
202
203
ILboolean ilImage::Resize(ILuint Width, ILuint Height, ILuint Depth)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected