ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / ColorCorrectionStretchType Enumeration

In This Topic
    ColorCorrectionStretchType Enumeration
    In This Topic
    A list of color correction stretch types.
    Syntax
    public enum ColorCorrectionStretchType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ColorCorrectionStretchType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Adaptive Adaptive.
    MinMax Minimum and maximum.
    None None.
    StdDev Standard deviation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.ColorCorrectionStretchType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also