Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetImageOpacity
Method
GetImageOpacity
src/bitmap.h:669–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
667
};
668
669
inline ImageOpacity Bitmap::GetImageOpacity() const {
670
return image_opacity;
671
}
672
673
inline ImageOpacity Bitmap::GetTileOpacity(int x, int y) const {
674
return tile_opacity.Get(x, y);
Callers
1
ToneBlit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected