Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ SwapColours
Method
SwapColours
DevIL/include/IL/devil_cpp_wrapper.hpp:357–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
356
357
ILboolean ilImage::SwapColours()
358
{
359
if (this->Id) {
360
this->Bind();
361
return iluSwapColours();
362
}
363
return IL_FALSE;
364
}
365
366
367
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