Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ drawPoint
Method
drawPoint
sources/hyperimage/HyperImage.cpp:87–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void HyperImage::drawPoint(int x, int y)
88
{
89
if (x < width() && y < height())
90
{
91
_surface(x, y) = _pen;
92
}
93
}
94
95
void HyperImage::fill(const ColorRgb& color)
96
{
Callers
1
Play
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected