MCPcopy Create free account
hub / github.com/VCVRack/Rack / CircularShadow

Method CircularShadow

src/app/CircularShadow.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8CircularShadow::CircularShadow() {
9 blurRadius = 0;
10 opacity = 0.15;
11}
12
13void CircularShadow::draw(const DrawArgs& args) {
14 if (opacity <= 0.0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected