Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Duplicate
Method · 0.80
Draw
Method · 0.80
olc_ConstructFontSheet
Method · 0.80
LoadImageResource
Method · 0.80
LoadImageResource
Method · 0.80
OnAfterUserCreate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected