Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
CircularShadow::CircularShadow() {
9
blurRadius = 0;
10
opacity = 0.15;
11
}
12
13
void 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