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

Method GetPalette

DevIL/include/IL/devil_cpp_wrapper.hpp:551–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551ILubyte* ilImage::GetPalette()
552{
553 if (this->Id) {
554 this->Bind();
555 return ilGetPalette();
556 }
557 return 0;
558}
559
560//
561// Private members

Callers

nothing calls this directly

Calls 1

BindMethod · 0.95

Tested by

no test coverage detected