![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_graduatednd_data_t:Data Fields | |
| float | density |
| float | hardness |
| float | rotation |
| float | offset |
| float | color [4] |
| float | color1 [4] |
Definition at line 173 of file graduatednd.c.
| float dt_iop_graduatednd_data_t::color[4] |
Definition at line 179 of file graduatednd.c.
Referenced by process(), and process_cl().
| float dt_iop_graduatednd_data_t::color1[4] |
Definition at line 180 of file graduatednd.c.
Referenced by process().
| float dt_iop_graduatednd_data_t::density |
Definition at line 175 of file graduatednd.c.
Referenced by process(), and process_cl().
| float dt_iop_graduatednd_data_t::hardness |
Definition at line 176 of file graduatednd.c.
Referenced by process(), and process_cl().
| float dt_iop_graduatednd_data_t::offset |
Definition at line 178 of file graduatednd.c.
Referenced by process(), and process_cl().
| float dt_iop_graduatednd_data_t::rotation |
Definition at line 177 of file graduatednd.c.
Referenced by process(), and process_cl().