MCPcopy Create free account
hub / github.com/axmolengine/axmol / getBitPerPixel

Method getBitPerPixel

core/platform/Image.cpp:988–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986}
987
988int Image::getBitPerPixel()
989{
990 return backend::PixelFormatUtils::getFormatDescriptor(_pixelFormat).bpp;
991}
992
993bool Image::hasAlpha()
994{

Callers 1

getImageDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected