Perceptual Color

initializelibraryresources.h
1// SPDX-FileCopyrightText: Lukas Sommer <sommerluk@gmail.com>
2// SPDX-License-Identifier: BSD-2-Clause OR MIT
3
4#ifndef INITIALIZELIBRARYRESOURCES_H
5#define INITIALIZELIBRARYRESOURCES_H
6
7/** @internal @file
8 *
9 * Provides @ref PerceptualColor::initializeLibraryResources() function. */
10
11namespace PerceptualColor
12{
13
14void initializeLibraryResources();
15
16} // namespace PerceptualColor
17
18#endif // INITIALIZELIBRARYRESOURCES_H
The namespace of this library.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:51:26 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.