Stretch Renderer
constructor(parameters: StretchParameters?, gammas: Iterable<Double>, estimateStatistics: Boolean, colorRamp: ColorRamp?)
Creates a stretch renderer.
Since
200.1.0
Parameters
parameters
The stretch parameters handle.
gammas
Gamma adjustment. A MutableList of double. Can be null.
estimate Statistics
Whether to estimate statistics if it does not exist.
color Ramp
The color ramp object, can be null.