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

Method setStrokeColor

snap_drawing/src/snap_drawing/cpp/Layers/ShapeLayer.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void ShapeLayer::setStrokeColor(Color strokeColor) {
67 _strokePaint.setColor(strokeColor);
68 setNeedsDisplay();
69}
70
71Color ShapeLayer::getFillColor() const {
72 return _fillPaint.getColor();

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected