From 3a72796b2f24413eea84279ac0614393d24889a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Thu, 29 Aug 2019 18:20:19 +0200 Subject: [PATCH] Fix docu for layer_selector_auto_color_layers --- include/gds-render/layer/layer-selector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gds-render/layer/layer-selector.h b/include/gds-render/layer/layer-selector.h index 2a8811d..6a9963f 100644 --- a/include/gds-render/layer/layer-selector.h +++ b/include/gds-render/layer/layer-selector.h @@ -103,7 +103,7 @@ void layer_selector_select_all_layers(LayerSelector *layer_selector, gboolean se * @brief Apply colors from palette to all layers. Aditionally set alpha * @param layer_selector LayerSelector object * @param palette Color palette to use - * @param global_alpha Additional alpha value that is applied to all layers + * @param global_alpha Additional alpha value that is applied to all layers. Must be > 0 */ void layer_selector_auto_color_layers(LayerSelector *layer_selector, ColorPalette *palette, double global_alpha);