Class: QgsGplColorScheme

A color scheme which stores its colors in a gpl palette file.

Note

This is an abstract class, with methods which must be implemented by a subclass.

The following methods must be implemented: QgsColorScheme.clone(), gplFilePath(), QgsColorScheme.schemeName()

Class Hierarchy

Inheritance diagram of qgis.core.QgsGplColorScheme

Base classes

QgsColorScheme

Abstract base class for color schemes.

Subclasses

QgsUserColorScheme

A color scheme which stores its colors in a gpl palette file within the “palettes” subfolder off the user’s QGIS settings folder.

Abstract Methods

gplFilePath

Returns the file path for the associated gpl palette file

class qgis.core.QgsGplColorScheme[source]

Bases: QgsColorScheme

abstract gplFilePath(self) str[source]

Returns the file path for the associated gpl palette file

Return type:

str

Returns:

gpl file path