Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
Color Paint::getColor() const {
42
return fromSkValue<Color>(getSkValue().getColor());
43
}
44
45
void Paint::setAlpha(float alpha) {
Callers
4
visit
Method · 0.45
doRaster
Method · 0.45
drawTextDecorationsShadows
Method · 0.45
drawTextShadows
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected