| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
#include <QString>#include <QColor>#include <QPair>#include <QObject>#include "qgis_core.h"#include "qgis_sip.h"

Go to the source code of this file.
| Classes | |
| class | QgsColorScheme | 
| Abstract base class for color schemes.  More... | |
| class | QgsCustomColorScheme | 
| A color scheme which contains custom colors set through QGIS app options dialog.  More... | |
| class | QgsGplColorScheme | 
| A color scheme which stores its colors in a gpl palette file.  More... | |
| class | QgsProjectColorScheme | 
| A color scheme which contains project specific colors set through project properties dialog.  More... | |
| class | QgsRecentColorScheme | 
| A color scheme which contains the most recently used colors.  More... | |
| class | QgsUserColorScheme | 
| A color scheme which stores its colors in a gpl palette file within the "palettes" subfolder off the user's QGIS settings folder.  More... | |
| Typedefs | |
| typedef QList< QPair< QColor, QString > > | QgsNamedColorList | 
| List of colors paired with a friendly display name identifying the color.  More... | |