| 951 | } |
| 952 | |
| 953 | void 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 | |
| 959 | void PiuViewPushColorFilter(PiuView* self, PiuColor color) |
| 960 | { |
no outgoing calls
no test coverage detected