MCPcopy 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
347ILboolean ilImage::Flip()
348{
349 if (this->Id) {
350 this->Bind();
351 return iluFlipImage();
352 }
353 return IL_FALSE;
354}
355
356
357ILboolean ilImage::SwapColours()

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected