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

Method strokeColor

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

Source from the content-addressed store, hash-verified

112 static VgCommand fill() { return {EType::Fill, {}}; }
113
114 static VgCommand strokeColor(Color c) { return {EType::StrokeColor, {{c.r, c.g, c.b, c.a}}}; }
115 static VgCommand stroke() { return {EType::Stroke, {}}; }
116
117 static VgCommand beginPath() { return {EType::BeginPath, {}}; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected