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

Data Fields

dt_iop_dither_type_t dither_type
 
struct { 
 
   float   radius 
 
   float   range [4] 
 
   float   damping 
 
random 
 

Detailed Description

Definition at line 101 of file dither.c.

Field Documentation

◆ damping

float dt_iop_dither_data_t::damping

Definition at line 108 of file dither.c.

Referenced by process_random().

◆ dither_type

dt_iop_dither_type_t dt_iop_dither_data_t::dither_type

Definition at line 103 of file dither.c.

Referenced by __attribute__(), and process().

◆ radius

float dt_iop_dither_data_t::radius

Definition at line 106 of file dither.c.

◆ [struct]

struct { ... } dt_iop_dither_data_t::random

Referenced by process_random().

◆ range

float dt_iop_dither_data_t::range[4]

Definition at line 107 of file dither.c.


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