Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
rgb_norms.h File Reference
+ Include dependency graph for src/common/rgb_norms.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum dt_iop_rgb_norms_t dt_iop_rgb_norms_t
 

Enumerations

enum  dt_iop_rgb_norms_t {
  DT_RGB_NORM_NONE = 0 ,
  DT_RGB_NORM_LUMINANCE = 1 ,
  DT_RGB_NORM_MAX = 2 ,
  DT_RGB_NORM_AVERAGE = 3 ,
  DT_RGB_NORM_SUM = 4 ,
  DT_RGB_NORM_NORM = 5 ,
  DT_RGB_NORM_POWER = 6
}
 

Functions

static float dt_rgb_norm (const float *in, const int norm, const dt_iop_order_iccprofile_info_t *const work_profile)
 

Typedef Documentation

◆ dt_iop_rgb_norms_t

Enumeration Type Documentation

◆ dt_iop_rgb_norms_t

Enumerator
DT_RGB_NORM_NONE 
DT_RGB_NORM_LUMINANCE 
DT_RGB_NORM_MAX 
DT_RGB_NORM_AVERAGE 
DT_RGB_NORM_SUM 
DT_RGB_NORM_NORM 
DT_RGB_NORM_POWER 

Function Documentation

◆ dt_rgb_norm()