MCPcopy 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
669inline ImageOpacity Bitmap::GetImageOpacity() const {
670 return image_opacity;
671}
672
673inline ImageOpacity Bitmap::GetTileOpacity(int x, int y) const {
674 return tile_opacity.Get(x, y);

Callers 1

ToneBlitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected