You are here: Start » AVL.NET » AVS.ClipPixels Method
AVS.ClipPixels Method
Sets pixels below the low value to the low value and above the high value to the high value.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ClipPixels ( AvlNet.Image inImage, AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | outImage | AvlNet.Image | Output image. |


