MCPcopy 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
357ILboolean ilImage::SwapColours()
358{
359 if (this->Id) {
360 this->Bind();
361 return iluSwapColours();
362 }
363 return IL_FALSE;
364}
365
366
367ILboolean ilImage::Resize(ILuint Width, ILuint Height, ILuint Depth)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected