/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * vi:set noexpandtab tabstop=8 shiftwidth=8: * * Copyright (C) 2013-2016 Richard Hughes * Copyright (C) 2013 Matthias Clasen * Copyright (C) 2014-2018 Kalev Lember * Copyright (C) 2021 Endless OS Foundation LLC * * Authors: * - Richard Hughes * - Kalev Lember * - Philip Withnall * * SPDX-License-Identifier: GPL-2.0+ */ #pragma once #include #include #include G_BEGIN_DECLS GArray *gs_calculate_key_colors (GdkPixbuf *pixbuf); G_END_DECLS