StretchRenderer

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.

estimateStatistics

Whether to estimate statistics if it does not exist.

colorRamp

The color ramp object, can be null.