ColormapRenderer QML Type

A ColormapRenderer provides a discrete mapping of raster pixel values to colors. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

RasterRenderer

Properties

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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.