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

Method setAlpha

snap_drawing/src/snap_drawing/cpp/Drawing/Paint.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 getSkValue().setColor(color.getSkValue());
39}
40
41Color Paint::getColor() const {
42 return fromSkValue<Color>(getSkValue().getColor());
43}
44
45void Paint::setAlpha(float alpha) {

Callers 4

visitMethod · 0.45
doRasterMethod · 0.45
drawTextShadowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected