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

Method restore

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

Source from the content-addressed store, hash-verified

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}}}; }
112 static VgCommand fill() { return {EType::Fill, {}}; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected