![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <common.h>
Collaboration diagram for _hl_gauss_slot_t:Data Fields | |
| int | width |
| int | height |
| int | channels |
| float | sigma |
| dt_gaussian_t * | gaussian |
Definition at line 84 of file src/iop/highlights/common.h.
| int _hl_gauss_slot_t::channels |
Definition at line 88 of file src/iop/highlights/common.h.
Referenced by _hl_gauss_get().
| dt_gaussian_t* _hl_gauss_slot_t::gaussian |
Definition at line 90 of file src/iop/highlights/common.h.
Referenced by _hl_gauss_get().
| int _hl_gauss_slot_t::height |
Definition at line 87 of file src/iop/highlights/common.h.
Referenced by _hl_gauss_get().
| float _hl_gauss_slot_t::sigma |
Definition at line 89 of file src/iop/highlights/common.h.
Referenced by _hl_gauss_get().
| int _hl_gauss_slot_t::width |
Definition at line 86 of file src/iop/highlights/common.h.
Referenced by _hl_gauss_get().