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

Method setLine

sources/effects/Animation_SystemShutdown.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void Animation_SystemShutdown::setLine(HyperImage& painter, int y, Point3d rgb)
62{
63 painter.setPen(ColorRgb(rgb.x, rgb.y, rgb.z));
64 painter.drawHorizontalLine(0, SYSTEMSHUTDOWN_WIDTH - 1, y);
65}
66
67void Animation_SystemShutdown::setFill(HyperImage& painter, Point3d rgb)
68{

Callers

nothing calls this directly

Calls 3

ColorRgbClass · 0.85
setPenMethod · 0.80
drawHorizontalLineMethod · 0.80

Tested by

no test coverage detected