Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_lowpass_data_t Struct Reference
+ Collaboration diagram for dt_iop_lowpass_data_t:

Data Fields

dt_gaussian_order_t order
 
float radius
 
float contrast
 
float brightness
 
float saturation
 
dt_iop_lowpass_algo_t lowpass_algo
 
int unbound
 
float ctable [0x10000]
 
float cunbounded_coeffs [3]
 
float ltable [0x10000]
 
float lunbounded_coeffs [3]
 

Field Documentation

◆ brightness

float dt_iop_lowpass_data_t::brightness

Referenced by commit_params().

◆ contrast

float dt_iop_lowpass_data_t::contrast

Referenced by commit_params().

◆ ctable

float dt_iop_lowpass_data_t::ctable[0x10000]

Referenced by commit_params(), init_pipe(), and process().

◆ cunbounded_coeffs

float dt_iop_lowpass_data_t::cunbounded_coeffs[3]

Referenced by commit_params(), and process().

◆ lowpass_algo

dt_iop_lowpass_algo_t dt_iop_lowpass_data_t::lowpass_algo

◆ ltable

float dt_iop_lowpass_data_t::ltable[0x10000]

Referenced by commit_params(), init_pipe(), and process().

◆ lunbounded_coeffs

float dt_iop_lowpass_data_t::lunbounded_coeffs[3]

Referenced by commit_params(), and process().

◆ order

dt_gaussian_order_t dt_iop_lowpass_data_t::order

Referenced by commit_params(), and process().

◆ radius

float dt_iop_lowpass_data_t::radius

◆ saturation

float dt_iop_lowpass_data_t::saturation

Referenced by commit_params(), and process().

◆ unbound

int dt_iop_lowpass_data_t::unbound

Referenced by commit_params(), and process().


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