Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Draw
Method · 0.80
DrawSprite
Method · 0.80
DrawPartialSprite
Method · 0.80
DrawString
Method · 0.80
DrawStringProp
Method · 0.80
LoadImageResource
Method · 0.80
DrawSprite
Method · 0.80
Calls
1
Pixel
Class · 0.85
Tested by
no test coverage detected