A percent clip stretch parameters object. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
Signals
- maxChanged()
- minChanged()
Detailed Description
Property Documentation
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.
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
Emitted when the max property changes.
Note: The corresponding handler is onMaxChanged
.
Emitted when the min property changes.
Note: The corresponding handler is onMinChanged
.