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

Method SetPixel

olcPixelGameEngine.h:2050–2053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2048 }
2049
2050 bool Sprite::SetPixel(const olc::vi2d& a, Pixel p)
2051 {
2052 return SetPixel(a.x, a.y, p);
2053 }
2054
2055 Pixel Sprite::GetPixel(int32_t x, int32_t y) const
2056 {

Callers 6

DuplicateMethod · 0.80
DrawMethod · 0.80
LoadImageResourceMethod · 0.80
LoadImageResourceMethod · 0.80
OnAfterUserCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected