ArcGIS Pro 3.7 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 Sub SetGammaStretchValueBlue( _
       ByVal value As Double _
    ) 
    public void SetGammaStretchValueBlue( 
       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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.4 or higher.
    See Also