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

Data Fields

float table [0x10000]
 
float table_temp [0x10000]
 
float grad_2 [0x10000]
 
float max_grad
 
float grey_source
 
float black_source
 
float dynamic_range
 
float saturation
 
float global_saturation
 
float output_power
 
float contrast
 
int preserve_color
 
float latitude_min
 
float latitude_max
 

Detailed Description

Definition at line 145 of file filmic.c.

Field Documentation

◆ black_source

float dt_iop_filmic_data_t::black_source

Definition at line 152 of file filmic.c.

Referenced by process().

◆ contrast

float dt_iop_filmic_data_t::contrast

Definition at line 157 of file filmic.c.

◆ dynamic_range

float dt_iop_filmic_data_t::dynamic_range

Definition at line 153 of file filmic.c.

Referenced by process().

◆ global_saturation

float dt_iop_filmic_data_t::global_saturation

Definition at line 155 of file filmic.c.

Referenced by process().

◆ grad_2

float dt_iop_filmic_data_t::grad_2[0x10000]

Definition at line 149 of file filmic.c.

Referenced by process().

◆ grey_source

float dt_iop_filmic_data_t::grey_source

Definition at line 151 of file filmic.c.

Referenced by process().

◆ latitude_max

float dt_iop_filmic_data_t::latitude_max

Definition at line 160 of file filmic.c.

◆ latitude_min

float dt_iop_filmic_data_t::latitude_min

Definition at line 159 of file filmic.c.

◆ max_grad

float dt_iop_filmic_data_t::max_grad

Definition at line 150 of file filmic.c.

◆ output_power

float dt_iop_filmic_data_t::output_power

Definition at line 156 of file filmic.c.

Referenced by process().

◆ preserve_color

int dt_iop_filmic_data_t::preserve_color

Definition at line 158 of file filmic.c.

Referenced by process().

◆ saturation

float dt_iop_filmic_data_t::saturation

Definition at line 154 of file filmic.c.

◆ table

float dt_iop_filmic_data_t::table[0x10000]

Definition at line 147 of file filmic.c.

Referenced by process().

◆ table_temp

float dt_iop_filmic_data_t::table_temp[0x10000]

Definition at line 148 of file filmic.c.


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