![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_dither_data_t:Data Fields | ||
| dt_iop_dither_type_t | dither_type | |
| struct { | ||
| float radius | ||
| float range [4] | ||
| float damping | ||
| } | random | |
| float dt_iop_dither_data_t::damping |
Referenced by process_random().
| dt_iop_dither_type_t dt_iop_dither_data_t::dither_type |
Referenced by get_dither_parameters(), and process().
| float dt_iop_dither_data_t::radius |
| struct { ... } dt_iop_dither_data_t::random |
Referenced by process_random().
| float dt_iop_dither_data_t::range[4] |