Class BlendRenderer
A blend renderer can apply a color ramp to a hillshade to emphasize areas of high or low elevation of raster
data in a Raster
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BlendRenderer : HillshadeRenderer
Remarks
The blend renderer extends Hillshade
Constructors
Name | Description |
---|---|
BlendRenderer(Raster, IEnumerable<Double>, IEnumerable<Double>, IEnumerable<Double>, IEnumerable<Double>, IEnumerable<Double>, IEnumerable<Double>, ColorRamp, Double, Double, Double, SlopeType, Double, Double, Int32) | Initializes a new instance of the Blend |
Properties
Name | Description |
---|---|
Color |
Gets the color ramp for creating the blend renderer. |
Elevation |
Gets the elevation raster. |
Gammas | Gets the gamma values. |
No |
Gets the no-data values. |
Output |
Gets the maximum output stretch values. |
Output |
Gets the minimum output stretch values. |
Source |
Gets the maximum source stretch values. |
Source |
Gets the minimum source stretch values. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |