Colormap function

Overview

The Colormap function is a raster data renderer. It transforms the pixel values to display the raster data as either a grayscale or an RGB color image based on a color scheme or specific colors in a color map file. You can use a color map to represent analyzed data, such as a classified image or when displaying a topographic map (or an index color-scanned image).

Color map classification example
Classified image
Scanned map example
Topographic map

Color maps contain a set of values that are associated with colors used to display a single-band raster consistently with the same colors. Each pixel value is associated with a color, defined as a set of RGB values. Color maps support any bit depth except floating point. They also support positive and negative values and can contain missing color-mapped values. When displaying a dataset with a color map containing missing values, the pixels with the missing values will not be displayed.

When the Colormap function is used, the dataset will be displayed using the color map renderer or a specified color scheme.

Colormap function example

Notes

You can also input a .clr file or an .act file from Adobe Photoshop. The .clr file is an ASCII file containing the color map information for each pixel value on a separate line, formatted as pixel_value and associated red, green, and blue values. The following is an example of the contents of a .clr file:

1 255 0 0
2 100 0 100
3 50 200 10
4 45 60 100

The .act file from Adobe Photoshop is a non-ASCII file. The first color in the table has a zero index, and the color is ordered as red, green, and blue. Each color is represented by three bytes, one byte each for red, green, and blue.

If you don't have a color map and you don't want to create one, you can use a color scheme to symbolize the values. Since there is no specific color tied to each value, this will render the data as if you are using the stretched renderer.

If a mosaic dataset is served as an image service, the publisher (or administrator) can serve it using the color map or convert the color map to an RGB image. The color map will automatically be converted to RGB when the image service is served using WMS or WCS.

Parameters

ParameterDescription

Raster

The input raster.

Color Scheme Type

Specifies the type of color scheme that will be used to render the input raster.

  • Colormap—An existing color map will be used.
  • Color Ramp—A color ramp will be used.

Colormap

Specifies the color map that will be used when Color Scheme Type is Colormap:

  • Elevation—A color map that gradually changes from cyan to purple to black will be used.
  • Gray—A color map that gradually changes from black to white will be used.
  • Hillshade—A grayscale color map that visualizes a 3D representation of the terrain surface with the sun's relative position taken into account for shading the image will be used.
  • NDVI—A color map that visualizes vegetation will be used. Values near zero are blue. Low values are brown. Then the colors gradually change from red, to orange, to yellow, to green, and to black as the vegetation index goes from low to high.
  • NDVI2—A color map that visualizes vegetation will be used. Low values range from white to green. Then the colors range from gray, to purple, to violet, to dark blue, and to black as the vegetation index goes from low to high.
  • NDVI3—A color map that visualizes vegetation will be used. Values near zero are blue. Then the colors gradually change from red, to orange, and to green as the vegetation index goes from low to high.
  • Random—A random color map will be used.

Additionally, you can browse to and select an existing color map file that you have access to.

Color Ramp

The color ramp that will be used when Color Scheme Type is Color Ramp. Choose an existing color ramp or create one.

Related topics


In this topic
  1. Overview
  2. Notes
  3. Parameters