Constructor RgbRenderer
RgbRenderer(StretchParameters, Nullable<IEnumerable<Int32>>, Nullable<IEnumerable<Double>>, Boolean)
Initializes a new instance of the RgbRenderer class.
Declaration
public RgbRenderer(StretchParameters stretchParameters, IEnumerable<int>? bandIndexes, IEnumerable<double>? gammas, bool estimateStatistics)
Parameters
| Type | Name | Description |
|---|---|---|
| StretchParameters | stretchParameters | The stretch parameters. |
| System.Nullable<IEnumerable<System.Int32>> | bandIndexes | The band indexes in which the raster is displayed. |
| System.Nullable<IEnumerable<System.Double>> | gammas | Gamma adjustment. Can be |
| System.Boolean | estimateStatistics | Whether to estimate statistics if it does not exist. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |
RgbRenderer(StretchParameters, Nullable<IEnumerable<Int32>>, Nullable<IEnumerable<Double>>, Boolean, PansharpenType, Raster, Nullable<IEnumerable<Double>>)
Initializes a new instance of the RgbRenderer class.
Declaration
public RgbRenderer(StretchParameters stretchParameters, IEnumerable<int>? bandIndexes, IEnumerable<double>? gammas, bool estimateStatistics, PansharpenType pansharpenType, Raster panchromaticRaster, IEnumerable<double>? weights)
Parameters
| Type | Name | Description |
|---|---|---|
| StretchParameters | stretchParameters | The stretch parameters. |
| System.Nullable<IEnumerable<System.Int32>> | bandIndexes | The band indexes in which the raster is displayed. |
| System.Nullable<IEnumerable<System.Double>> | gammas | Gamma adjustment. Can be |
| System.Boolean | estimateStatistics | Whether to estimate statistics if it does not exist. |
| PansharpenType | pansharpenType | A Pansharpen Type. |
| Raster | panchromaticRaster | A Panchromatic raster. |
| System.Nullable<IEnumerable<System.Double>> | weights | Band weights value for pansharpening. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |