ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMRasterRGBColorizer Class
Properties Methods Events


In This Topic
    CIMRasterRGBColorizer Class Members
    In This Topic

    The following tables list the members exposed by CIMRasterRGBColorizer.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets the band to be represented in alpha.  
    Public Property Gets or sets the background display color.  
    Public Property Gets or sets the background blue value.  
    Public Property Gets or sets the background green value.  
    Public Property Gets or sets the background red value.  
    Public Property Gets or sets the band to be represented in blue.  
    Public Property Gets or sets the blue lookup values.  
    Public Property Gets or sets the brightness value. (Inherited from ArcGIS.Core.CIM.CIMRasterColorizer)
    Public Property Gets or sets the contrast value. (Inherited from ArcGIS.Core.CIM.CIMRasterColorizer)
    Public Property Gets or sets the color stretch custom maximum value for blue.  
    Public Property Gets or sets the color stretch custom maximum value for green.  
    Public Property Gets or sets the color stretch custom maximum value for red.  
    Public Property Gets or sets the color stretch custom minimum value for blue.  
    Public Property Gets or sets the color stretch custom minimum value for green.  
    Public Property Gets or sets the color stretch custom minimum value for red.  
    Public Property Gets or sets a value indicating whether or not to display the background value.  
    Public Property Gets or sets the Esri stretch contrast value for blue.  
    Public Property Gets or sets the Esri stretch contrast value for green.  
    Public Property Gets or sets the Esri stretch contrast value for red.  
    Public Property Gets or sets the Esri stretch mean value for blue.  
    Public Property Gets or sets the Esri stretch mean value for green.  
    Public Property Gets or sets the Esri stretch mean value for red.  
    Public Property Gets or sets the gamma value for blue.  
    Public Property Gets or sets the gamma value for green.  
    Public Property Gets or sets the gamma value for red.  
    Public Property Gets or sets the band to be represented in green.  
    Public Property Gets or sets the green lookup values.  
    Public Property Gets or sets the legend heading.  
    Public Property Gets or sets the edit info defining the histogram customization for blue.  
    Public Property Gets or sets the edit info defining the histogram customization for green.  
    Public Property Gets or sets the edit info defining the histogram customization for red.  
    Public Property Gets or sets a value indicating whether or not the stretch is inverted.  
    Public Property Gets or sets the lum lookup values.  
    Public Property Gets or sets the maximum percent.  
    Public Property Gets or sets the minimum percent.  
    Public Property Gets or sets the name. (Inherited from ArcGIS.Core.CIM.CIMRasterColorizer)
    Public Property Gets or sets the no data color. (Inherited from ArcGIS.Core.CIM.CIMRasterColorizer)
    Public Property Gets or sets the pansharpening filter.  
    Public Property Gets or sets the band to be represented in red.  
    Public Property Gets or sets the red lookup values.  
    Public Property Gets or sets the raster resampling type. (Inherited from ArcGIS.Core.CIM.CIMRasterColorizer)
    Public Property Gets or sets the specification histogram for blue.  
    Public Property Gets or sets the specification histogram for green.  
    Public Property Gets or sets the specification histogram for red.  
    Public Property Gets or sets the standard deviations parameter.  
    Public Property Gets or sets the stretch statistics for blue.  
    Public Property Gets or sets the stretch statistics for green.  
    Public Property Gets or sets the stretch statistics for red.  
    Public Property Gets or sets the stretch statistics type.  
    Public Property Gets or sets the stretch type.  
    Public Property Gets or sets a value indicating whether or not to use the alpha band.  
    Public Property Gets or sets a value indicating whether or not to use the blue band.  
    Public Property Gets or sets a value indicating whether or not to use custom stretch minimum and maximum.  
    Public Property Gets or sets a value indicating whether or not to use default mapping.  
    Public Property Gets or sets a value indicating whether or not to use gamma stretch.  
    Public Property Gets or sets a value indicating whether or not to use the green band.  
    Public Property Gets or sets a value indicating whether or not to use the red band.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMRasterRGBColorizer.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMRasterRGBColorizer with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMRasterRGBColorizer and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also