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]
 

Detailed Description

Definition at line 130 of file lowpass.c.

Field Documentation

◆ brightness

float dt_iop_lowpass_data_t::brightness

Definition at line 135 of file lowpass.c.

◆ contrast

float dt_iop_lowpass_data_t::contrast

Definition at line 134 of file lowpass.c.

◆ ctable

float dt_iop_lowpass_data_t::ctable[0x10000]

Definition at line 139 of file lowpass.c.

Referenced by process().

◆ cunbounded_coeffs

float dt_iop_lowpass_data_t::cunbounded_coeffs[3]

Definition at line 140 of file lowpass.c.

Referenced by process().

◆ lowpass_algo

dt_iop_lowpass_algo_t dt_iop_lowpass_data_t::lowpass_algo

Definition at line 137 of file lowpass.c.

Referenced by process().

◆ ltable

float dt_iop_lowpass_data_t::ltable[0x10000]

Definition at line 141 of file lowpass.c.

Referenced by process().

◆ lunbounded_coeffs

float dt_iop_lowpass_data_t::lunbounded_coeffs[3]

Definition at line 142 of file lowpass.c.

Referenced by process().

◆ order

dt_gaussian_order_t dt_iop_lowpass_data_t::order

Definition at line 132 of file lowpass.c.

Referenced by process().

◆ radius

float dt_iop_lowpass_data_t::radius

Definition at line 133 of file lowpass.c.

Referenced by process().

◆ saturation

float dt_iop_lowpass_data_t::saturation

Definition at line 136 of file lowpass.c.

Referenced by process().

◆ unbound

int dt_iop_lowpass_data_t::unbound

Definition at line 138 of file lowpass.c.

Referenced by process().


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