PercentClipStretchParameters QML Type

A percent clip stretch parameters object. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

StretchParameters

Properties

Signals

Detailed Description

Property Documentation

max : double

The percentile cutoff above which pixel values in the raster dataset are to be clipped.

For example: Consider an 8-bit raster containing pixel values in the range from 33 to 206, and you've defined a percent clip minimum and maximum of 2. If 2 percent at the low end is values 33 to 45 and 2 percent at the high end is 198 to 206, the histogram will be redistributed to spread the values from 0 to 255, all values 33 to 45 becoming 0 and 198 to 206 becoming 255, with all other values spread in between.

Valid values are 0 - 100.


min : double

The percentile cutoff below which pixel values in the raster dataset are to be clipped.

For example: Consider an 8-bit raster containing pixel values in the range from 33 to 206, and you've defined a percent clip minimum and maximum of 2. If 2 percent at the low end is values 33 to 45 and 2 percent at the high end is 198 to 206, the histogram will be redistributed to spread the values from 0 to 255, all values 33 to 45 becoming 0 and 198 to 206 becoming 255, with all other values spread in between.

Valid values are 0 - 100.


Signal Documentation

maxChanged()

Emitted when the max property changes.

Note: The corresponding handler is onMaxChanged.


minChanged()

Emitted when the min property changes.

Note: The corresponding handler is onMinChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.