VCV Rack API v2
Loading...
Searching...
No Matches
CircularShadow.hpp
Go to the documentation of this file.
1#pragma once
2#include <app/common.hpp>
4
5
6namespace rack {
7namespace app {
8
9
12 float opacity;
13
15 void draw(const DrawArgs& args) override;
16};
17
18
19} // namespace app
20} // namespace rack
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
Definition CircularShadow.hpp:10
void draw(const DrawArgs &args) override
Draws the widget to the NanoVG context.
float blurRadius
Definition CircularShadow.hpp:11
float opacity
Definition CircularShadow.hpp:12
A Widget that does not respond to events and does not pass events to children.
Definition TransparentWidget.hpp:10
Definition Widget.hpp:141