MCPcopy 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
37void Paint::setColor(Color color) {

Callers 6

rectangleMethod · 0.45
makeRectangleFunction · 0.45
rasterIntoMethod · 0.45
prepareCanvasFunction · 0.45
doRasterMethod · 0.45

Calls 1

getSkValueMethod · 0.80

Tested by 3

rectangleMethod · 0.36
makeRectangleFunction · 0.36
rasterIntoMethod · 0.36