Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_crystgrain_runtime_t Struct Reference
+ 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
 

Detailed Description

Definition at line 107 of file crystgrain.c.

Field Documentation

◆ base_seed

uint64_t dt_iop_crystgrain_runtime_t::base_seed

◆ channel_correlation

float dt_iop_crystgrain_runtime_t::channel_correlation

Definition at line 120 of file crystgrain.c.

Referenced by _simulate_color(), and process_cl().

◆ filling

float dt_iop_crystgrain_runtime_t::filling

Definition at line 115 of file crystgrain.c.

Referenced by _pick_layer_kernel().

◆ grain_size

float dt_iop_crystgrain_runtime_t::grain_size

Definition at line 116 of file crystgrain.c.

Referenced by _average_grain_surface(), and _pick_layer_kernel().

◆ height

int dt_iop_crystgrain_runtime_t::height

Definition at line 110 of file crystgrain.c.

Referenced by _simulate_channel(), _simulate_channel_cl(), and _simulate_color().

◆ inv_scale

float dt_iop_crystgrain_runtime_t::inv_scale

Definition at line 119 of file crystgrain.c.

Referenced by _simulate_channel(), _simulate_channel_cl(), _simulate_color(), and process_cl().

◆ kernel_scale

float dt_iop_crystgrain_runtime_t::kernel_scale

Definition at line 118 of file crystgrain.c.

Referenced by _average_grain_surface(), and _pick_layer_kernel().

◆ layer_scale

float dt_iop_crystgrain_runtime_t::layer_scale

◆ layers

int dt_iop_crystgrain_runtime_t::layers

◆ roi_x

int dt_iop_crystgrain_runtime_t::roi_x

Definition at line 111 of file crystgrain.c.

Referenced by _simulate_channel(), _simulate_channel_cl(), _simulate_color(), and process_cl().

◆ roi_y

int dt_iop_crystgrain_runtime_t::roi_y

Definition at line 112 of file crystgrain.c.

Referenced by _simulate_channel(), _simulate_channel_cl(), _simulate_color(), and process_cl().

◆ size_stddev

float dt_iop_crystgrain_runtime_t::size_stddev

Definition at line 117 of file crystgrain.c.

Referenced by _pick_layer_kernel().

◆ width

int dt_iop_crystgrain_runtime_t::width

The documentation for this struct was generated from the following file: