Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
void ShapeLayer::setStrokeColor(Color strokeColor) {
67
_strokePaint.setColor(strokeColor);
68
setNeedsDisplay();
69
}
70
71
Color ShapeLayer::getFillColor() const {
72
return _fillPaint.getColor();
Callers
nothing calls this directly
Calls
1
setColor
Method · 0.45
Tested by
no test coverage detected