A Colormap object, which can be used with a ColormapRenderer. More...
| Header | #include <Colormap.h |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
Static Public Members
| Esri | create(const QList |
Detailed Description
Member Function Documentation
[override virtual noexcept] 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.