A Colormap object, which can be used with a ColormapRenderer. More...
Header: | #include <Colormap.h> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherits: | Esri::ArcGISRuntime::Object |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
virtual | ~Colormap() override |
Static Public Members
Esri::ArcGISRuntime::Colormap * | create(const QList<QColor> &colors, QObject *parent = nullptr) |
Detailed Description
Member Function Documentation
[override virtual]
Colormap::~Colormap()
Destructor.
[static]
Esri::ArcGISRuntime::Colormap *Colormap::create(const QList<QColor> &colors, QObject *parent = nullptr)
Static function that takes a list of colors with an optional parent, and returns a Colormap object.