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

Data Fields

double tmin
 
double tmax
 
float * points_min
 
float * points_max
 
float * border_min
 
float * border_max
 
gboolean have_min
 
gboolean have_max
 
gboolean have_border_min
 
gboolean have_border_max
 

Detailed Description

Definition at line 813 of file develop/masks/brush.c.

Field Documentation

◆ border_max

float* _brush_span_t::border_max

Definition at line 820 of file develop/masks/brush.c.

Referenced by _brush_points_recurs().

◆ border_min

float* _brush_span_t::border_min

Definition at line 819 of file develop/masks/brush.c.

Referenced by _brush_points_recurs().

◆ have_border_max

gboolean _brush_span_t::have_border_max

Definition at line 824 of file develop/masks/brush.c.

Referenced by _brush_points_recurs().

◆ have_border_min

gboolean _brush_span_t::have_border_min

Definition at line 823 of file develop/masks/brush.c.

Referenced by _brush_points_recurs().

◆ have_max

gboolean _brush_span_t::have_max

Definition at line 822 of file develop/masks/brush.c.

Referenced by _brush_points_recurs().

◆ have_min

gboolean _brush_span_t::have_min

Definition at line 821 of file develop/masks/brush.c.

Referenced by _brush_points_recurs().

◆ points_max

float* _brush_span_t::points_max

Definition at line 818 of file develop/masks/brush.c.

Referenced by _brush_points_recurs().

◆ points_min

float* _brush_span_t::points_min

Definition at line 817 of file develop/masks/brush.c.

Referenced by _brush_points_recurs().

◆ tmax

double _brush_span_t::tmax

Definition at line 816 of file develop/masks/brush.c.

Referenced by _brush_points_recurs().

◆ tmin

double _brush_span_t::tmin

Definition at line 815 of file develop/masks/brush.c.

Referenced by _brush_points_recurs().


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