MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / GetPixelMode

Method GetPixelMode

olcPixelGameEngine.h:4234–4237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4232 }
4233
4234 Pixel::Mode PixelGameEngine::GetPixelMode()
4235 {
4236 return nPixelMode;
4237 }
4238
4239 void PixelGameEngine::SetPixelMode(std::function<olc::Pixel(const int x, const int y, const olc::Pixel&, const olc::Pixel&)> pixelMode)
4240 {

Callers 3

DrawSelfMethod · 0.80
DrawMethod · 0.80
DrawStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected