ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ColormapColorizerDefinition Class / ColormapColorizerDefinition Constructor / ColormapColorizerDefinition Constructor(List<CIMColor>,List<Int32>,List<String>)
A list of ArcGIS.Core.CIM.CIMColors.
A list of pixel values.
A list of color labels.

ColormapColorizerDefinition Constructor(List<CIMColor>,List<Int32>,List<String>)
Creates a Colormap colorizer definition with parameters.
Syntax
public ColormapColorizerDefinition( 
   List<CIMColor> colors,
   List<int> values,
   List<string> labels
)

Parameters

colors
A list of ArcGIS.Core.CIM.CIMColors.
values
A list of pixel values.
labels
A list of color labels.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 3.0 or higher.
See Also