MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / fill

Method fill

sources/hyperimage/HyperImage.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void HyperImage::fill(const ColorRgb& color)
96{
97 _surface.fastBox(0, 0, width() - 1, height() - 1, color.red, color.green, color.blue);
98}
99
100void HyperImage::fillRect(int ax, int ay, int bx, int by, const ColorRgb& color)
101{

Callers 7

printLedsToCanvasFunction · 0.80
EffectMethod · 0.80
getInfoMethod · 0.80
setColorMethod · 0.80
setStateMethod · 0.80
setTL1CommandModeMethod · 0.80
setColorMethod · 0.80

Calls 1

fastBoxMethod · 0.45

Tested by

no test coverage detected