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

Data Fields

float opacity
 
float scale
 
float xoffset
 
float yoffset
 
int alignment
 
float rotate
 
dt_iop_watermark_base_scale_t sizeto
 
char filename [64]
 
char text [512]
 
float color [3]
 
char font [64]
 

Detailed Description

Definition at line 134 of file watermark.c.

Field Documentation

◆ alignment

int dt_iop_watermark_data_t::alignment

Definition at line 140 of file watermark.c.

Referenced by process().

◆ color

float dt_iop_watermark_data_t::color[3]

Definition at line 145 of file watermark.c.

Referenced by _watermark_get_svgdoc().

◆ filename

◆ font

char dt_iop_watermark_data_t::font[64]

Definition at line 146 of file watermark.c.

Referenced by _watermark_get_svgdoc().

◆ opacity

float dt_iop_watermark_data_t::opacity

Definition at line 136 of file watermark.c.

Referenced by process().

◆ rotate

float dt_iop_watermark_data_t::rotate

Definition at line 141 of file watermark.c.

Referenced by process().

◆ scale

float dt_iop_watermark_data_t::scale

Definition at line 137 of file watermark.c.

Referenced by process().

◆ sizeto

dt_iop_watermark_base_scale_t dt_iop_watermark_data_t::sizeto

Definition at line 142 of file watermark.c.

Referenced by process().

◆ text

char dt_iop_watermark_data_t::text[512]

Definition at line 144 of file watermark.c.

Referenced by _watermark_get_svgdoc().

◆ xoffset

float dt_iop_watermark_data_t::xoffset

Definition at line 138 of file watermark.c.

Referenced by process().

◆ yoffset

float dt_iop_watermark_data_t::yoffset

Definition at line 139 of file watermark.c.

Referenced by process().


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