StretchRenderer constructor
- StretchParameters? stretchParameters,
- required List<
double> gammas, - required bool estimateStatistics,
- ColorRamp? colorRamp,
Creates a stretch renderer.
Parameters:
stretchParameters
— The stretch parameters handle.gammas
— Gamma adjustment. A List of double. Can be null.estimateStatistics
— Whether to estimate statistics if it does not exist.colorRamp
— The color ramp object, can be null.