color.h
Go to the documentation of this file.
1 /* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2 
3  This file is part of the TerraLib - a Framework for building GIS enabled applications.
4 
5  TerraLib is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 3 of the License,
8  or (at your option) any later version.
9 
10  TerraLib is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with TerraLib. See COPYING. If not, write to
17  TerraLib Team at <terralib-team@terralib.org>.
18  */
19 
20 /*!
21  \file color.h
22 
23  \brief This file contains include headers for the Color Model of TerraLib.
24 
25  TerraLib provides a basic set of classes for dealing with color systems and color schemes.
26  */
27 
28 #ifndef __TERRALIB_INTERNAL_COLOR_H
29 #define __TERRALIB_INTERNAL_COLOR_H
30 
31 // TerraLib
32 #include "color/ColorScheme.h"
35 #include "color/ColorSchemeGroup.h"
36 #include "color/Config.h"
37 #include "color/RGBAColor.h"
38 
39 /*!
40  \defgroup color Color
41 
42  \brief The color module provides a basic set of classes for dealing with color systems and color schemes.
43 
44  By default you can use this module to generate nice colors and manage color catalogs that are suited for your users.
45 
46  The main classes/concepts in this module are listed here. The namespace associated to the Color module is te::color.
47  To know more about it, see the te::color namespace documentation.
48 */
49 
50 namespace te
51 {
52  /*!
53  \brief Namespace for the Color Model of TerraLib.
54  */
55  namespace color
56  {
57  } // end namespace color
58 } // end namespace te
59 
60 #endif // __TERRALIB_INTERNAL_COLOR_H
61 
This class represents a group of color schemes.
Configuration flags for the Color module of TerraLib.
The ColorSchemeCatalogManager is a singleton that can be used to manage all loaded color scheme catal...
A helper class for 24-bit RGBA (Red-Green-Blue-Alpha channel) color.
URI C++ Library.
The concept of color scheme.
A catalog for color schemes groups.