MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuViewPushColor

Function PiuViewPushColor

modules/piu/MC/piuView.c:953–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953void PiuViewPushColor(PiuView* self, PiuColor color)
954{
955 (*self)->pixel = PocoMakeColor((*self)->poco, color->r, color->g, color->b);
956 (*self)->blend = color->a;
957}
958
959void PiuViewPushColorFilter(PiuView* self, PiuColor color)
960{

Callers 5

PiuTextDrawFunction · 0.50
PiuPort_drawStringFunction · 0.50
PiuPort_fillColorFunction · 0.50
PiuSkinDrawFunction · 0.50
PiuStyleDrawFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected