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 155 of file watermark.c.

Field Documentation

◆ alignment

int dt_iop_watermark_data_t::alignment

Definition at line 161 of file watermark.c.

Referenced by process().

◆ color

float dt_iop_watermark_data_t::color[3]

Definition at line 166 of file watermark.c.

Referenced by _watermark_get_svgdoc().

◆ filename

◆ font

char dt_iop_watermark_data_t::font[64]

Definition at line 167 of file watermark.c.

Referenced by _watermark_get_svgdoc().

◆ opacity

float dt_iop_watermark_data_t::opacity

Definition at line 157 of file watermark.c.

Referenced by process().

◆ rotate

float dt_iop_watermark_data_t::rotate

Definition at line 162 of file watermark.c.

Referenced by process().

◆ scale

float dt_iop_watermark_data_t::scale

Definition at line 158 of file watermark.c.

Referenced by process().

◆ sizeto

dt_iop_watermark_base_scale_t dt_iop_watermark_data_t::sizeto

Definition at line 163 of file watermark.c.

Referenced by process().

◆ text

char dt_iop_watermark_data_t::text[512]

Definition at line 165 of file watermark.c.

Referenced by _watermark_get_svgdoc().

◆ xoffset

float dt_iop_watermark_data_t::xoffset

Definition at line 159 of file watermark.c.

Referenced by process().

◆ yoffset

float dt_iop_watermark_data_t::yoffset

Definition at line 160 of file watermark.c.

Referenced by process().


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