MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getStrokeColor

Method getStrokeColor

snap_drawing/src/snap_drawing/cpp/Layers/ShapeLayer.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 return _strokePaint.getStrokeWidth();
61}
62
63void ShapeLayer::setStrokeWidth(Scalar strokeWidth) {
64 _strokePaint.setStrokeWidth(strokeWidth);
65 setNeedsDisplay();
66}
67

Callers

nothing calls this directly

Calls 1

getColorMethod · 0.45

Tested by

no test coverage detected