RgbRenderer constructor
- StretchParameters? stretchParameters,
- required List<
int> bandIndexes, - required List<
double> gammas, - required bool estimateStatistics,
- PansharpenType pansharpenType = PansharpenType.none,
- Raster? panchromaticRaster,
- List<
double> weights = const [],
Creates a RGB renderer.
Parameters:
stretchParameters— The stretch parameters object.bandIndexes— The band indexes in which the raster is displayed. A collection of int32. Can be null.gammas— The gamma adjustment. A collection of double. Can be null.estimateStatistics— Estimates statistics.pansharpenType— PansharpenType.panchromaticRaster— Panchromatic raster, Raster.weights— The band weights value for pansharpening. A collection of double.