A Colormap object, which can be used with a ColormapRenderer. More...
| Header | #include <Colormap.h |
| Since | Esri |
| Inherits | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ |
Static Public Members
| Esri | create(const QList |
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.