Class RgbRenderer
An RGB stretch renderer can combine bands as red, green, blue composites to help visualize the raster data in a RasterLayer.
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<int>?, IEnumerable<double>?, bool) | Initializes a new instance of the RgbRenderer class. |
| RgbRenderer(StretchParameters?, IEnumerable<int>?, IEnumerable<double>?, bool, 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 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |