![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_channelmixer_rbg_data_t:Data Fields | |
| dt_colormatrix_t | MIX |
| float DT_ALIGNED_PIXEL | saturation [4] |
| float DT_ALIGNED_PIXEL | lightness [4] |
| float DT_ALIGNED_PIXEL | grey [4] |
| dt_aligned_pixel_t | illuminant |
| float | p |
| float | gamut |
| int | apply_grey |
| int | clip |
| dt_adaptation_t | adaptation |
| dt_illuminant_t | illuminant_type |
| dt_iop_channelmixer_rgb_version_t | version |
Definition at line 260 of file channelmixerrgb.c.
| dt_adaptation_t dt_iop_channelmixer_rbg_data_t::adaptation |
Definition at line 270 of file channelmixerrgb.c.
Referenced by process().
| int dt_iop_channelmixer_rbg_data_t::apply_grey |
Definition at line 268 of file channelmixerrgb.c.
Referenced by process().
| int dt_iop_channelmixer_rbg_data_t::clip |
Definition at line 269 of file channelmixerrgb.c.
Referenced by process().
| float dt_iop_channelmixer_rbg_data_t::gamut |
Definition at line 267 of file channelmixerrgb.c.
Referenced by process().
| float DT_ALIGNED_PIXEL dt_iop_channelmixer_rbg_data_t::grey[4] |
Definition at line 265 of file channelmixerrgb.c.
Referenced by process().
| dt_aligned_pixel_t dt_iop_channelmixer_rbg_data_t::illuminant |
Definition at line 266 of file channelmixerrgb.c.
Referenced by process().
| dt_illuminant_t dt_iop_channelmixer_rbg_data_t::illuminant_type |
Definition at line 271 of file channelmixerrgb.c.
Referenced by process().
| float DT_ALIGNED_PIXEL dt_iop_channelmixer_rbg_data_t::lightness[4] |
Definition at line 264 of file channelmixerrgb.c.
Referenced by process().
| dt_colormatrix_t dt_iop_channelmixer_rbg_data_t::MIX |
Definition at line 262 of file channelmixerrgb.c.
Referenced by process().
| float dt_iop_channelmixer_rbg_data_t::p |
Definition at line 267 of file channelmixerrgb.c.
Referenced by process().
| float DT_ALIGNED_PIXEL dt_iop_channelmixer_rbg_data_t::saturation[4] |
Definition at line 263 of file channelmixerrgb.c.
Referenced by process().
| dt_iop_channelmixer_rgb_version_t dt_iop_channelmixer_rbg_data_t::version |
Definition at line 272 of file channelmixerrgb.c.
Referenced by process().