![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_crystgrain_runtime_t:Data Fields | |
| int | width |
| int | height |
| int | roi_x |
| int | roi_y |
| int | layers |
| float | layer_scale |
| float | filling |
| float | grain_size |
| float | size_stddev |
| float | kernel_scale |
| float | inv_scale |
| float | channel_correlation |
| uint64_t | base_seed |
| uint64_t dt_iop_crystgrain_runtime_t::base_seed |
Referenced by _average_discrete_grain_surface(), _simulate_channel(), _simulate_channel_cl(), _simulate_color(), and process_cl().
| float dt_iop_crystgrain_runtime_t::channel_correlation |
Referenced by _simulate_color(), and process_cl().
| float dt_iop_crystgrain_runtime_t::filling |
Referenced by _pick_layer_kernel().
| float dt_iop_crystgrain_runtime_t::grain_size |
Referenced by _average_grain_surface(), and _pick_layer_kernel().
| int dt_iop_crystgrain_runtime_t::height |
Referenced by _simulate_channel(), _simulate_channel_cl(), and _simulate_color().
| float dt_iop_crystgrain_runtime_t::inv_scale |
Referenced by _simulate_channel(), _simulate_channel_cl(), _simulate_color(), and process_cl().
| float dt_iop_crystgrain_runtime_t::kernel_scale |
Referenced by _average_grain_surface(), and _pick_layer_kernel().
| float dt_iop_crystgrain_runtime_t::layer_scale |
Referenced by _simulate_channel(), _simulate_channel_cl(), _simulate_color(), process(), and process_cl().
| int dt_iop_crystgrain_runtime_t::layers |
Referenced by _average_discrete_grain_surface(), _simulate_channel(), _simulate_channel_cl(), _simulate_color(), and process_cl().
| int dt_iop_crystgrain_runtime_t::roi_x |
Referenced by _simulate_channel(), _simulate_channel_cl(), _simulate_color(), and process_cl().
| int dt_iop_crystgrain_runtime_t::roi_y |
Referenced by _simulate_channel(), _simulate_channel_cl(), _simulate_color(), and process_cl().
| float dt_iop_crystgrain_runtime_t::size_stddev |
Referenced by _pick_layer_kernel().
| int dt_iop_crystgrain_runtime_t::width |
Referenced by _simulate_channel(), _simulate_channel_cl(), _simulate_color(), process(), and process_cl().