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

    SetGammaStretchValueRed Method
    Sets the gamma stretch red value. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetGammaStretchValueRed( 
       double value
    )

    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