Colormap QML Type
ColormapRenderer.">
Colormap QML Type | ArcGISQtQml
Esri.ArcGISRuntime
Colormap
A Colormap object, which can be used with a ColormapRenderer. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- Colormap is part of QML Type List.
Properties
- colors : list<color>
Signals
Detailed Description
Property Documentation
colors : list<color> |
The list of colors used to construct this Colormap.
Signal Documentation
colorsChanged() |
Emitted when the colors property changes.
Note: The corresponding handler is onColorsChanged
.