Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ setColor
Method
setColor
snap_drawing/src/snap_drawing/cpp/Drawing/Paint.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
if (&other != this) {
31
getSkValue() = other.getSkValue();
32
}
33
34
return *this;
35
}
36
37
void Paint::setColor(Color color) {
Callers
6
SpinnerLayerClass.cpp
File · 0.45
rectangle
Method · 0.45
makeRectangle
Function · 0.45
rasterInto
Method · 0.45
prepareCanvas
Function · 0.45
doRaster
Method · 0.45
Calls
1
getSkValue
Method · 0.80
Tested by
3
rectangle
Method · 0.36
makeRectangle
Function · 0.36
rasterInto
Method · 0.36