Rgb Renderer
An RGB stretch renderer can combine bands as red, green, blue composites to help visualize the raster data in a RasterLayer. This renderer can be used for viewing color aerial photography, which is a three-band raster dataset, or to display different combinations of bands when working with multi-band raster datasets, such as satellite or aerial imagery.
Since
200.1.0
See also
Constructors
Link copied to clipboard
constructor(stretchParameters: StretchParameters?, bandIndexes: Iterable<Int>, gammas: Iterable<Double>, estimateStatistics: Boolean)
Creates a RGB renderer.
constructor(stretchParameters: StretchParameters?, bandIndexes: Iterable<Int>, gammas: Iterable<Double>, estimateStatistics: Boolean, pansharpenType: PansharpenType, panchromaticRaster: Raster?, weights: Iterable<Double>)
Creates a RGB renderer.