MCPcopy Create free account
hub / github.com/Tom94/tev / save

Method save

include/tev/VectorGraphics.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}}}; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected