BlendRenderer constructor
- Raster? elevationRaster,
- required List<
double> outputMinValues, - required List<
double> outputMaxValues, - required List<
double> sourceMinValues, - required List<
double> sourceMaxValues, - required List<
double> noDataValues, - required List<
double> gammas, - ColorRamp? colorRamp,
- required double altitude,
- required double azimuth,
- required double zFactor,
- required SlopeType slopeType,
- required double pixelSizeFactor,
- required double pixelSizePower,
- required int outputBitDepth,
Creates a blend renderer.
Parameters:
elevationRaster— The elevation data, Raster. Can be null.outputMinValues— List of double. Output stretch values, one for each band. Can be null.outputMaxValues— List of double. Output stretch values, one for each band. Can be null.sourceMinValues— List of double. Input stretch values, one for each band. Can be null.sourceMaxValues— List of double. Input stretch values, one for each band. Can be null.noDataValues— List of double. NoData values, one for each band. Can be null.gammas— List of double. Gamma adjustment. Can be null.colorRamp— The color ramp object.altitude— Altitude angle of the light source.azimuth— Azimuth angle of the light source, measured clockwise from north.zFactor— Factor to convert z unit to x,y unit, default is 1.slopeType— SlopeType.pixelSizeFactor— Pixel size factor, default is 1.pixelSizePower— Pixel size power value, default is 1.outputBitDepth— Output bit depth, default is 8-bit.