Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
_hl_gauss_slot_t Struct Reference

#include <common.h>

+ Collaboration diagram for _hl_gauss_slot_t:

Data Fields

int width
 
int height
 
int channels
 
float sigma
 
dt_gaussian_tgaussian
 

Detailed Description

Definition at line 84 of file src/iop/highlights/common.h.

Field Documentation

◆ channels

int _hl_gauss_slot_t::channels

Definition at line 88 of file src/iop/highlights/common.h.

Referenced by _hl_gauss_get().

◆ gaussian

dt_gaussian_t* _hl_gauss_slot_t::gaussian

Definition at line 90 of file src/iop/highlights/common.h.

Referenced by _hl_gauss_get().

◆ height

int _hl_gauss_slot_t::height

Definition at line 87 of file src/iop/highlights/common.h.

Referenced by _hl_gauss_get().

◆ sigma

float _hl_gauss_slot_t::sigma

Definition at line 89 of file src/iop/highlights/common.h.

Referenced by _hl_gauss_get().

◆ width

int _hl_gauss_slot_t::width

Definition at line 86 of file src/iop/highlights/common.h.

Referenced by _hl_gauss_get().


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