MCPcopy 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
183ILboolean ilImage::Flip()
184{
185 if (this->Id) {
186 this->Bind();
187 return iluFlipImage();
188 }
189 return IL_FALSE;
190}
191
192
193ILboolean ilImage::SwapColours()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected