ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / RGBColorizerDefinition Class / RGBColorizerDefinition Constructor / RGBColorizerDefinition Constructor(Int32,Int32,Int32,RasterStretchType,Double,Double,Double)
The band index for the red channel.
The band index for the green channel.
The band index foe blue.
(Optional) The ArcGIS.Core.CIM.RasterStretchType. (default value = RasterStretchType.DefaultFromSource)
(Optional) The Gamma value for the red channel. (default value = 1.0)
(Optional) The Gamma value for the green channel. (default value = 1.0)
(Optional) The Gamma value for the blue channel. (default value = 1.0)
Version

RGBColorizerDefinition Constructor(Int32,Int32,Int32,RasterStretchType,Double,Double,Double)
Creates a RGB colorizer definition using parameters.
Syntax

Parameters

redBandIndex
The band index for the red channel.
greenBandIndex
The band index for the green channel.
blueBandIndex
The band index foe blue.
stretchType
(Optional) The ArcGIS.Core.CIM.RasterStretchType. (default value = RasterStretchType.DefaultFromSource)
gammaR
(Optional) The Gamma value for the red channel. (default value = 1.0)
gammaG
(Optional) The Gamma value for the green channel. (default value = 1.0)
gammaB
(Optional) The Gamma value for the blue channel. (default value = 1.0)
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also