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

Detailed Description

Definition at line 108 of file lowpass.c.

Field Documentation

◆ brightness

float dt_iop_lowpass_params_t::brightness

Definition at line 113 of file lowpass.c.

◆ contrast

float dt_iop_lowpass_params_t::contrast

Definition at line 112 of file lowpass.c.

◆ lowpass_algo

dt_iop_lowpass_algo_t dt_iop_lowpass_params_t::lowpass_algo

Definition at line 115 of file lowpass.c.

◆ order

dt_gaussian_order_t dt_iop_lowpass_params_t::order

Definition at line 110 of file lowpass.c.

Referenced by legacy_params().

◆ radius

float dt_iop_lowpass_params_t::radius

Definition at line 111 of file lowpass.c.

◆ saturation

float dt_iop_lowpass_params_t::saturation

Definition at line 114 of file lowpass.c.

◆ unbound

int dt_iop_lowpass_params_t::unbound

Definition at line 116 of file lowpass.c.


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