|
Zrythm
a highly automated and intuitive digital audio workstation
|

Data Fields | |
| GtkWidget | parent_instance |
| GdkRGBA | color |
| Color pointer to set/read value. | |
| ColorAreaType | type |
| The type. | |
| Track * | track |
| Track, if track. | |
| bool | hovered |
| GPtrArray * | parents |
| Used during drawing. | |
| GdkTexture * | track_icon |
| char * | last_track_icon_name |
Definition at line 43 of file color_area.h.
| GdkRGBA ColorAreaWidget::color |
Color pointer to set/read value.
Definition at line 48 of file color_area.h.
| bool ColorAreaWidget::hovered |
Definition at line 56 of file color_area.h.
| char* ColorAreaWidget::last_track_icon_name |
Definition at line 62 of file color_area.h.
| GtkWidget ColorAreaWidget::parent_instance |
Definition at line 45 of file color_area.h.
| GPtrArray* ColorAreaWidget::parents |
Used during drawing.
Definition at line 59 of file color_area.h.
| Track* ColorAreaWidget::track |
Track, if track.
Definition at line 54 of file color_area.h.
| GdkTexture* ColorAreaWidget::track_icon |
Definition at line 61 of file color_area.h.
| ColorAreaType ColorAreaWidget::type |
The type.
Definition at line 51 of file color_area.h.