Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Flip
Method
Flip
DevIL/include/IL/devil_cpp_wrapper.hpp:347–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
346
347
ILboolean ilImage::Flip()
348
{
349
if (this->Id) {
350
this->Bind();
351
return iluFlipImage();
352
}
353
return IL_FALSE;
354
}
355
356
357
ILboolean ilImage::SwapColours()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected