MCPcopy Create free account
hub / github.com/DentonW/DevIL / SwapColours

Method SwapColours

DevIL/cpp wrapper/il_wrap.cpp:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193ILboolean ilImage::SwapColours()
194{
195 if (this->Id) {
196 this->Bind();
197 return iluSwapColours();
198 }
199 return IL_FALSE;
200}
201
202
203ILboolean ilImage::Resize(ILuint Width, ILuint Height, ILuint Depth)

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected