MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetTransparent

Method GetTransparent

src/bitmap.h:697–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697inline bool Bitmap::GetTransparent() const {
698 return format.alpha_type != PF::NoAlpha;
699}
700
701inline std::string_view Bitmap::GetId() const {
702 return id;

Callers 1

SpriteEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected