ColormapRenderer QML Type
A ColormapRenderer provides a discrete mapping of raster pixel values to colors. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- ColormapRenderer is part of QML Type List.
Properties
- colormap : Colormap
Signals
Detailed Description
All pixels matching the specified value will be rendered using the mapped color. This can be useful for tasks such as land classification.
Note: You cannot declare or create a component of this type in QML code.
Note: This type is immutable once created. Once the renderer is created and applied to a layer, none of its properties can be changed. Instead, create a new renderer and apply it to the layer.
Property Documentation
colormap : Colormap |
The Colormap used to construct this ColormapRenderer.
Signal Documentation
colormapChanged() |
Emitted when the colormap property changes.
Note: The corresponding handler is onColormapChanged
.