| 106 | size_t size() const { return bytes() / sizeof(float); } |
| 107 | |
| 108 | static VgCommand save() { return {EType::Save, {}}; } |
| 109 | static VgCommand restore() { return {EType::Restore, {}}; } |
| 110 | |
| 111 | static VgCommand fillColor(Color c) { return {EType::FillColor, {{c.r, c.g, c.b, c.a}}}; } |
nothing calls this directly
no outgoing calls
no test coverage detected