Fix docu for layer_selector_auto_color_layers

This commit is contained in:
Mario Hüttel 2019-08-29 18:20:19 +02:00
parent 9f7e1e1696
commit 3a72796b2f
1 changed files with 1 additions and 1 deletions

View File

@ -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);