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

Method Format

DevIL/cpp wrapper/il_wrap.cpp:314–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312
313
314ILenum ilImage::Format()
315{
316 if (this->Id) {
317 this->Bind();
318 return ilGetInteger(IL_IMAGE_FORMAT);
319 }
320 return 0;
321}
322
323ILenum ilImage::PaletteType()
324{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected