MCPcopy 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
87void HyperImage::drawPoint(int x, int y)
88{
89 if (x < width() && y < height())
90 {
91 _surface(x, y) = _pen;
92 }
93}
94
95void HyperImage::fill(const ColorRgb& color)
96{

Callers 1

PlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected