Class RgbRenderer
An RGB stretch renderer can combine bands as red, green, blue composites to help visualize the raster data in a RasterLayer.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RgbRenderer : BaseStretchRenderer
Remarks
This renderer can be used for viewing color aerial photography, which is a three-band raster dataset, or to display different combinations of bands when working with multi-band raster datasets, such as satellite or aerial imagery.
Constructors
| Name | Description |
|---|---|
| RgbRenderer(StretchParameters, IEnumerable<Int32>, IEnumerable<Double>, Boolean) | Initializes a new instance of the RgbRenderer class. |
| RgbRenderer(StretchParameters, IEnumerable<Int32>, IEnumerable<Double>, Boolean, PansharpenType, Raster, IEnumerable<Double>) | Initializes a new instance of the RgbRenderer class. |
Properties
| Name | Description |
|---|---|
| BandIndexes | Gets the band index array. |
| PanchromaticRaster | Gets the panchromatic raster. |
| PansharpenType | Gets the pansharpen type. |
| Weights | Gets the pansharpen weight array. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |