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

Method GetBackgroundColor

src/bitmap.h:677–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677inline Color Bitmap::GetBackgroundColor() const {
678 return bg_color;
679}
680
681inline Color Bitmap::GetShadowColor() const {
682 return sh_color;

Callers 3

MakeBorderSpriteMethod · 0.45
DrawBackgroundMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected