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

Data Fields

dt_iop_rgbcurve_params_t params
 
dt_draw_curve_tcurve [DT_IOP_RGBCURVE_MAX_CHANNELS]
 
float table [DT_IOP_RGBCURVE_MAX_CHANNELS][0x10000]
 
float unbounded_coeffs [DT_IOP_RGBCURVE_MAX_CHANNELS][3]
 
int curve_changed [DT_IOP_RGBCURVE_MAX_CHANNELS]
 
dt_colorspaces_color_profile_type_t type_work
 
char filename_work [512]
 

Detailed Description

Definition at line 128 of file rgbcurve.c.

Field Documentation

◆ curve

dt_draw_curve_t* dt_iop_rgbcurve_data_t::curve[DT_IOP_RGBCURVE_MAX_CHANNELS]

Definition at line 131 of file rgbcurve.c.

◆ curve_changed

int dt_iop_rgbcurve_data_t::curve_changed[DT_IOP_RGBCURVE_MAX_CHANNELS]

Definition at line 134 of file rgbcurve.c.

◆ filename_work

char dt_iop_rgbcurve_data_t::filename_work[512]

Definition at line 136 of file rgbcurve.c.

◆ params

dt_iop_rgbcurve_params_t dt_iop_rgbcurve_data_t::params

Definition at line 130 of file rgbcurve.c.

◆ table

float dt_iop_rgbcurve_data_t::table[DT_IOP_RGBCURVE_MAX_CHANNELS][0x10000]

Definition at line 132 of file rgbcurve.c.

◆ type_work

dt_colorspaces_color_profile_type_t dt_iop_rgbcurve_data_t::type_work

Definition at line 135 of file rgbcurve.c.

◆ unbounded_coeffs

float dt_iop_rgbcurve_data_t::unbounded_coeffs[DT_IOP_RGBCURVE_MAX_CHANNELS][3]

Definition at line 133 of file rgbcurve.c.


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