You are here: Start » AVL.NET » Function Reference » Image » Image Enhancement » AVL.AutoAdjustColors
Adjusts image colors by stretching each channel separately.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | outImage | AvlNet.Image | Output image. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Not supported inImage pixel format in AutoAdjustColors. Supported formats: 3xUInt8, 3xInt8, 3xUInt16, 3xInt16, 3xInt32, 3xReal. |


