public RGBColorizerDefinition( int redBandIndex, int greenBandIndex, int blueBandIndex, RasterStretchType stretchType, double gammaR, double gammaG, double gammaB )
Public Function New( _ ByVal redBandIndex As Integer, _ ByVal greenBandIndex As Integer, _ ByVal blueBandIndex As Integer, _ Optional ByVal stretchType As RasterStretchType, _ Optional ByVal gammaR As Double, _ Optional ByVal gammaG As Double, _ Optional ByVal gammaB As Double _ )
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)