Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
697
inline bool Bitmap::GetTransparent() const {
698
return format.alpha_type != PF::NoAlpha;
699
}
700
701
inline std::string_view Bitmap::GetId() const {
702
return id;
Callers
1
SpriteEffect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected