![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
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] |
| int dt_iop_watermark_params_t::alignment |
Alignment value 0-8 3x3
Referenced by legacy_params().
| float dt_iop_watermark_params_t::color[3] |
Referenced by legacy_params().
| char dt_iop_watermark_params_t::filename[64] |
| char dt_iop_watermark_params_t::font[64] |
Referenced by legacy_params(), and reload_defaults().
| float dt_iop_watermark_params_t::opacity |
opacity value of rendering watermark
Referenced by legacy_params().
| float dt_iop_watermark_params_t::rotate |
Rotation
Referenced by legacy_params().
| float dt_iop_watermark_params_t::scale |
scale value of rendering watermark
Referenced by legacy_params().
| dt_iop_watermark_base_scale_t dt_iop_watermark_params_t::sizeto |
Referenced by legacy_params().
| char dt_iop_watermark_params_t::text[512] |
Referenced by legacy_params().
| float dt_iop_watermark_params_t::xoffset |
Pixel independent xoffset, 0 to 1
Referenced by legacy_params().
| float dt_iop_watermark_params_t::yoffset |
Pixel independent yoffset, 0 to 1
Referenced by legacy_params().