Ansel 0.0
A darktable fork - bloat + design vision
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
focus_peaking.h
Go to the documentation of this file.
1/*
2 This file is part of darktable,
3 This file is part of Ansel,
4 Copyright (C) 2019-2021 darktable developers.
5 Copyright (C) 2019-2025 Aurélien Pierre
6
7 darktable is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11
12 darktable is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with darktable. If not, see <http://www.gnu.org/licenses/>.
19*/
20
21#pragma once
22
23void dt_focuspeaking(cairo_t *cr, uint8_t *const restrict image, const int buf_width,
24 const int buf_height, gboolean draw, float *x, float *y);
25
26// clang-format off
27// modelines: These editor modelines have been set for all relevant files by tools/update_modelines.py
28// vim: shiftwidth=2 expandtab tabstop=2 cindent
29// kate: tab-indents: off; indent-width 2; replace-tabs on; indent-mode cstyle; remove-trailing-spaces modified;
30 // clang-format on
void dt_focuspeaking(cairo_t *cr, uint8_t *const restrict image, const int buf_width, const int buf_height, gboolean draw, float *x, float *y)
Definition focus_peaking.c:37
static gboolean draw(GtkWidget *widget, cairo_t *cr, dt_iop_module_t *self)
Definition hotpixels.c:358