A Colormap object, which can be used with a ColormapRenderer. More...
Header: | #include <Colormap.h> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherits: | Esri::ArcGISRuntime::Object |
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)
Returns a colormap with specified colors.
- colors - An array of colors.
- parent - The optional parent QObject.