![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_highpass_global_data_t:Data Fields | |
| int | kernel_highpass_invert |
| int | kernel_highpass_hblur |
| int | kernel_highpass_vblur |
| int | kernel_highpass_mix |
Definition at line 85 of file highpass.c.
| int dt_iop_highpass_global_data_t::kernel_highpass_hblur |
Definition at line 88 of file highpass.c.
Referenced by cleanup_global(), init_global(), and process_cl().
| int dt_iop_highpass_global_data_t::kernel_highpass_invert |
Definition at line 87 of file highpass.c.
Referenced by cleanup_global(), init_global(), and process_cl().
| int dt_iop_highpass_global_data_t::kernel_highpass_mix |
Definition at line 90 of file highpass.c.
Referenced by cleanup_global(), init_global(), and process_cl().
| int dt_iop_highpass_global_data_t::kernel_highpass_vblur |
Definition at line 89 of file highpass.c.
Referenced by cleanup_global(), init_global(), and process_cl().