Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_watermark_params_t Struct Reference
+ Collaboration diagram for dt_iop_watermark_params_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 131 of file watermark.c.

Field Documentation

◆ alignment

int dt_iop_watermark_params_t::alignment

Alignment value 0-8 3x3

Definition at line 142 of file watermark.c.

◆ color

float dt_iop_watermark_params_t::color[3]

Definition at line 150 of file watermark.c.

◆ filename

◆ font

char dt_iop_watermark_params_t::font[64]

Definition at line 152 of file watermark.c.

◆ opacity

float dt_iop_watermark_params_t::opacity

opacity value of rendering watermark

Definition at line 134 of file watermark.c.

◆ rotate

float dt_iop_watermark_params_t::rotate

Rotation

Definition at line 144 of file watermark.c.

◆ scale

float dt_iop_watermark_params_t::scale

scale value of rendering watermark

Definition at line 136 of file watermark.c.

◆ sizeto

dt_iop_watermark_base_scale_t dt_iop_watermark_params_t::sizeto

Definition at line 145 of file watermark.c.

◆ text

char dt_iop_watermark_params_t::text[512]

Definition at line 148 of file watermark.c.

◆ xoffset

float dt_iop_watermark_params_t::xoffset

Pixel independent xoffset, 0 to 1

Definition at line 138 of file watermark.c.

◆ yoffset

float dt_iop_watermark_params_t::yoffset

Pixel independent yoffset, 0 to 1

Definition at line 140 of file watermark.c.


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