Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ Flip
Method
Flip
DevIL/cpp wrapper/il_wrap.cpp:183–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
182
183
ILboolean ilImage::Flip()
184
{
185
if (this->Id) {
186
this->Bind();
187
return iluFlipImage();
188
}
189
return IL_FALSE;
190
}
191
192
193
ILboolean ilImage::SwapColours()
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.95
Tested by
no test coverage detected