Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ FillRect
Method
FillRect
extensions/olcPGEX_TransformedView.h:454–457 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
void TransformedView::FillRect(float x, float y, float w, float h, olc::Pixel p)
455
{
456
FillRect({ x, y }, { w, h }, p);
457
}
458
459
void TransformedView::FillRect(const olc::vf2d & pos, const olc::vf2d & size, olc::Pixel p)
460
{
Callers
1
Draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected