You are here: Start » FIL.NET » Function Reference » Image » Image Enhancement » FIL.AutoAdjustColors
Adjusts image colors by stretching each channel separately.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outImage | FilNet.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. |