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

In This Topic
    SetGammaStretchValueBlue Method
    In This Topic
    Sets the gamma stretch blue value. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetGammaStretchValueBlue( 
       double value
    )
    Public Sub SetGammaStretchValueBlue( _
       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