Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
988
int Image::getBitPerPixel()
989
{
990
return backend::PixelFormatUtils::getFormatDescriptor(_pixelFormat).bpp;
991
}
992
993
bool Image::hasAlpha()
994
{
Callers
1
getImageData
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected