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

Method getFillColor

snap_drawing/src/snap_drawing/cpp/Layers/ShapeLayer.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 return _strokePaint.getColor();
70}
71
72void ShapeLayer::setStrokeColor(Color strokeColor) {
73 _strokePaint.setColor(strokeColor);
74 setNeedsDisplay();
75}
76

Callers

nothing calls this directly

Calls 1

getColorMethod · 0.45

Tested by

no test coverage detected