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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close