Constructor RgbRenderer
RgbRenderer(StretchParameters, IEnumerable<Int32>, IEnumerable<Double>, Boolean)
Initializes a new instance of the Rgb
Declaration
public RgbRenderer(StretchParameters stretchParameters, IEnumerable<int> bandIndexes, IEnumerable<double> gammas, bool estimateStatistics)
Parameters
Type | Name | Description |
---|---|---|
Stretch |
stretchParameters | The stretch parameters. |
System. |
bandIndexes | The band indexes in which the raster is displayed. |
System. |
gammas | Gamma adjustment. Can be |
System. |
estimateStatistics | Whether to estimate statistics if it does not exist. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
RgbRenderer(StretchParameters, IEnumerable<Int32>, IEnumerable<Double>, Boolean, PansharpenType, Raster, IEnumerable<Double>)
Initializes a new instance of the Rgb
Declaration
public RgbRenderer(StretchParameters stretchParameters, IEnumerable<int> bandIndexes, IEnumerable<double> gammas, bool estimateStatistics, PansharpenType pansharpenType, Raster panchromaticRaster, IEnumerable<double> weights)
Parameters
Type | Name | Description |
---|---|---|
Stretch |
stretchParameters | The stretch parameters. |
System. |
bandIndexes | The band indexes in which the raster is displayed. |
System. |
gammas | Gamma adjustment. Can be |
System. |
estimateStatistics | Whether to estimate statistics if it does not exist. |
Pansharpen |
pansharpenType | A Pansharpen Type. |
Raster | panchromaticRaster | A Panchromatic raster. |
System. |
weights | Band weights value for pansharpening. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |