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

Method GetPalette

DevIL/cpp wrapper/il_wrap.cpp:399–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398
399ILubyte* ilImage::GetPalette()
400{
401 if (this->Id) {
402 this->Bind();
403 return ilGetPalette();
404 }
405 return 0;
406}
407
408
409

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected