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

Method hasAlpha

core/platform/Image.cpp:993–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993bool Image::hasAlpha()
994{
995 return backend::PixelFormatUtils::getFormatDescriptor(_pixelFormat).alpha;
996}
997
998bool Image::isCompressed()
999{

Callers 2

bakeEmissionMaskMethod · 0.80
getImageDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected