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

Method PaletteType

DevIL/cpp wrapper/il_wrap.cpp:323–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323ILenum ilImage::PaletteType()
324{
325 if (this->Id) {
326 this->Bind();
327 return ilGetInteger(IL_PALETTE_TYPE);
328 }
329 return 0;
330}
331
332ILenum ilImage::PaletteAlphaIndex()
333{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected