public StretchColorizerDefinition( int bandIndex, RasterStretchType stretchType, double gamma, CIMColorRamp colorRamp )
Public Function New( _ ByVal bandIndex As Integer, _ Optional ByVal stretchType As RasterStretchType, _ Optional ByVal gamma As Double, _ Optional ByVal colorRamp As CIMColorRamp _ )
Parameters
- bandIndex
- The band index of the band being displayed.
- stretchType
- (Optional) The ArcGIS.Core.CIM.RasterStretchType. (default value = RasterStretchType.DefaultFromSource)
- gamma
- (Optional) The gamma value. (default value = 1.0)
- colorRamp
- (Optional) The color ramp. (default value = null)