ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / RasterImageryOptions Class / SetGammaStretchValueGreen Method

In This Topic
    SetGammaStretchValueGreen Method
    In This Topic
    Sets the gamma stretch green value. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetGammaStretchValueGreen( 
       double value
    )
    Public Sub SetGammaStretchValueGreen( _
       ByVal value As Double _
    ) 

    Parameters

    value
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Value cannot be Nan.
    Remarks
    The value must be between 0.01 and 10. If a value is supplied outside this range then it is converted to be within the range.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also