Constructor BlendRenderer
BlendRenderer(Raster?, IEnumerable<double>?, IEnumerable<double>?, IEnumerable<double>?, IEnumerable<double>?, IEnumerable<double>?, IEnumerable<double>?, ColorRamp?, double, double, double, SlopeType, double, double, int)
Initializes a new instance of the BlendRenderer class.
Declaration
public BlendRenderer(Raster? elevationRaster, IEnumerable<double>? outputMinValues, IEnumerable<double>? outputMaxValues, IEnumerable<double>? sourceMinValues, IEnumerable<double>? sourceMaxValues, IEnumerable<double>? noDataValues, IEnumerable<double>? gammas, ColorRamp? colorRamp, double altitude = 45, double azimuth = 315, double zfactor = 1, SlopeType slopeType = SlopeType.None, double pixelSizeFactor = 1, double pixelSizePower = 1, int outputBitDepth = 8)
Parameters
| Type | Name | Description |
|---|---|---|
| Raster | elevationRaster | The elevation data. Can be |
| IEnumerable<double> | outputMinValues | Output stretch values, one for each band. Can be |
| IEnumerable<double> | outputMaxValues | Output stretch values, one for each band. Can be |
| IEnumerable<double> | sourceMinValues | Input stretch values, one for each band. Can be |
| IEnumerable<double> | sourceMaxValues | Input stretch values, one for each band. Can be |
| IEnumerable<double> | noDataValues | NoData values, one for each band. Can be |
| IEnumerable<double> | gammas | Gamma adjustment. Can be |
| ColorRamp | colorRamp | The color ramp to use. |
| double | altitude | Altitude angle of the light source. |
| double | azimuth | Azimuth angle of the light source, measured clockwise from north. |
| double | zfactor | Factor to convert z unit to x,y units, default is 1. |
| SlopeType | slopeType | The manner used to express slope in an elevation surface. |
| double | pixelSizeFactor | Pixel size factor, default is 1. |
| double | pixelSizePower | Pixel size power value, default is 1. |
| int | outputBitDepth | Output bit depth, default is 8-bit. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.2 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.14 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |