![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _brush_case_t:Data Fields | |
| const char * | name |
| const char * | dir |
| int | budget_px |
| int | w |
| int | h |
One brush case: what to call it, where to write, what to tolerate, at what frame size.
Definition at line 918 of file masks_geometry.c.
| int _brush_case_t::budget_px |
Definition at line 922 of file masks_geometry.c.
| const char* _brush_case_t::dir |
Definition at line 921 of file masks_geometry.c.
| int _brush_case_t::h |
Definition at line 924 of file masks_geometry.c.
| const char* _brush_case_t::name |
Definition at line 920 of file masks_geometry.c.
| int _brush_case_t::w |
Definition at line 923 of file masks_geometry.c.