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

Method getColor

snap_drawing/src/snap_drawing/cpp/Layers/Mask/PaintMaskLayer.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33Color PaintMaskLayer::getColor() const {
34 return _color;
35}
36
37void PaintMaskLayer::setBlendMode(SkBlendMode blendMode) {
38 _blendMode = blendMode;

Callers 4

getStrokeColorMethod · 0.45
getFillColorMethod · 0.45
setTextColorMethod · 0.45
getTextColorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected