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

Method GetPixel

olcPixelGameEngine.h:2045–2048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2043 }
2044
2045 Pixel Sprite::GetPixel(const olc::vi2d& a) const
2046 {
2047 return GetPixel(a.x, a.y);
2048 }
2049
2050 bool Sprite::SetPixel(const olc::vi2d& a, Pixel p)
2051 {

Callers 7

DrawMethod · 0.80
DrawSpriteMethod · 0.80
DrawPartialSpriteMethod · 0.80
DrawStringMethod · 0.80
DrawStringPropMethod · 0.80
LoadImageResourceMethod · 0.80
DrawSpriteMethod · 0.80

Calls 1

PixelClass · 0.85

Tested by

no test coverage detected